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