mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Update init.sqf
This commit is contained in:
@@ -82,4 +82,7 @@ if (!isDedicated) then {
|
||||
_id = player addEventHandler ["Respawn", {_id = [] spawn player_death;}];
|
||||
_playerMonitor = [] execVM "\z\addons\dayz_code\system\player_monitor.sqf";
|
||||
_void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
|
||||
|
||||
//Lights
|
||||
[] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
|
||||
};
|
||||
Reference in New Issue
Block a user