Files
DayZ-Epoch/SQF/dayz_code/system/player_monitor.sqf
2014-01-31 17:26:04 -06:00

7 lines
237 B
Plaintext

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