BIS_fnc_MP
Jump to navigation
Jump to search
Description
- Description:
- Send function for remote execution (and executes locally if conditions are met) .
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [params, functionName, target, isPersistent] spawn BIS_fnc_MP;
- Parameters:
- params: Anything - function arguments
- functionName: String - function name
- target:
Examples
- Example 1:
["Imma spamming your log!","BIS_fnc_log"] spawn BIS_fnc_MP;
Logs a message for every player who's currently joined.- Example 2:
[["Hello World"],"BIS_fnc_guiMessage",nil,true] spawn BIS_fnc_MP;
Send a message containing "Hello World" to every player, including the ones who joins later using JIP.
Additional Information
- See also:
- See also needed
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note