Add toggleable Safe Zone Relocate by salival

This commit is contained in:
A Man
2021-08-18 11:01:29 +02:00
parent 1113b57934
commit cc005a973a
3 changed files with 45 additions and 0 deletions

View File

@@ -466,4 +466,7 @@ if (_hiveLoaded) then {
//Update gear last after all dynamic vehicles are created to save random loot to database (low priority)
{[_x,"gear"] call server_updateObject} count _vehiclesToUpdate;
};
if (DZE_SafeZone_Relocate) then {
execVM "\z\addons\dayz_server\system\safeZoneRelocate.sqf";
};
};