Files
DayZ-Epoch/SQF/dayz_code/system/player_monitor.sqf

4 lines
123 B
Plaintext

if (isServer) then {
waitUntil{dayz_preloadFinished};
};
_id = [] execFSM "\z\addons\dayz_code\system\player_monitor.fsm";