diff --git a/exile_vemf_reloaded/functions/fn_broadCast.sqf b/exile_vemf_reloaded/functions/fn_broadCast.sqf index 3dc64b7..acdcff8 100644 --- a/exile_vemf_reloaded/functions/fn_broadCast.sqf +++ b/exile_vemf_reloaded/functions/fn_broadCast.sqf @@ -5,8 +5,14 @@ will alert players Params: + for global systemChat message: _this select 0: FORMATTED STRING - thing to send _this select 1: STRING - mode to send to client + for mission announcement: + _this select 0: ARRAY + _this select 0 select 0: FORMATTED STRING - Message line + _this select 0 select 1: STRING - announcement title + _this select 1: STRING - must be empty Returns: nothing