Files
DayZ-Epoch/dayz_code/system/player_monitor.sqf
2013-03-26 08:22:35 -05:00

4 lines
123 B
Plaintext

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