Difference between revisions of "cmf utility fnc restrictZeus"
Jump to navigation
Jump to search
(Created page with "{{CMF Function |game1=arma3 |version1=0.50 |game2=cmf3 |version2=2.1.0 |descr=This function will whitelist who can use the zeus slot on a mission. {{CMF Feature|OBSOLETE|...") |
(No difference)
|
Revision as of 19:59, 17 December 2022
Description
- Description:
- This function will whitelist who can use the zeus slot on a mission.
- Execution:
- Call
- Groups:
- CMF3: utility
Syntax
- Syntax:
- [allowedUIDs] call cmf_utility_fnc_restrictZeus
- Parameters:
- allowedUIDs: Array - An array of allowed steamUIDs
- Return Value:
- None
Examples
- Example 1:
[["76561198065818848", "76064198065872865"]] call cmf_utility_fnc_restrictZeus;
Additional Information
- See also:
- See also needed
Internal Variables
- No internal variables
Events
Locality | Name | Variables | Description |
---|---|---|---|
GLOBAL | cmf_utility_restrictZeus_onKick | [kickedPlayer] | Is fired globally when a unit is kicked for not being whitelisted |
Notes