Files
DayZ-Epoch/SQF/dayz_code/system/player_monitor.sqf
2013-11-17 02:08:28 -06:00

5 lines
206 B
Plaintext

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