mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
move mission.sqf and dynamic_vehicle.sqf server side
This commit is contained in:
@@ -84,10 +84,11 @@ BIS_Effects_startEvent = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (isServer) then {
|
if (isServer) then {
|
||||||
call compile preprocessFileLineNumbers "dynamic_vehicle.sqf"; //Compile vehicle configs
|
call compile preprocessFileLineNumbers "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\dynamic_vehicle.sqf";
|
||||||
|
//Compile vehicle configs
|
||||||
|
|
||||||
// Add trader citys
|
// Add trader citys
|
||||||
_nil = [] execVM "mission.sqf";
|
_nil = [] execVM "\z\addons\dayz_server\missions\DayZ_Epoch_11.Chernarus\mission.sqf";
|
||||||
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
|
_serverMonitor = [] execVM "\z\addons\dayz_code\system\server_monitor.sqf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user