fnc_eh_connected.sqf

Summary
fnc_eh_connected.sqf
Functions
OCAP_recorder_fnc_eh_connectedThis function uses the <OCAP_EH_Connected> event handler to log “connected” events to the timeline.

Functions

OCAP_recorder_fnc_eh_connected

Description

This function uses the <OCAP_EH_Connected> event handler to log “connected” events to the timeline.

It also calls OCAP_recorder_fnc_adminUIControl to apply the admin UI if the player is in OCAP_administratorList.

Parameters

See the wiki for details.  https://community.bistudio.com/wiki/Arma_3:_Mission_Event_Handlers#PlayerConnected

Returns

Nothing

Examples

call FUNC(eh_connected);

Public

No

Author

IndigoFox

Runs checks to determine if a player should have the administrative diary entry added or removed upon joining the mission or logging in/out as admin.
An array or server-visible variable referencing one that is a list of playerUIDs.
Close