fnc_eh_onUserAdminStateChanged.sqf | |
Functions | |
OCAP_recorder_fnc_eh_onUserAdminStateChanged | Uses OCAP_EH_OnUserAdminStateChanged to detect when someone is has logged in or out of the server and calls OCAP_recorder_fnc_adminUIControl to update the admin UI. |
Uses OCAP_EH_OnUserAdminStateChanged to detect when someone is has logged in or out of the server and calls OCAP_recorder_fnc_adminUIControl to update the admin UI.
_networkId | The network ID of the player who has logged in or out of the server [String] |
_loggedIn | Whether the player has logged in or out as admin [Boolean] |
_votedIn | Whether the player has been voted in or out of admin [Boolean] |
Nothing
call FUNC(eh_onUserAdminStateChanged);
No
IndigoFox