mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
7 lines
241 B
Plaintext
7 lines
241 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";
|
|
}; |