cmf_utility_fnc_restrictZeus

From cluster wiki
Revision as of 19:59, 17 December 2022 by Eric (talk | contribs) (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|...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Hover & click on the images for description
Description
Description:
This function will whitelist who can use the zeus slot on a mission.
🕖
The following information is obsolete. Reason: This function is mostly obsolete, it still exists but is not recommended to be used.
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