mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
0.75 + 1.7.5.M1D21 with binaries and sql
This commit is contained in:
@@ -221,7 +221,7 @@ _vehLimit = MaxVehicleLimit - _totalvehicles;
|
||||
diag_log ("HIVE: Spawning # of Vehicles: " + str(_vehLimit));
|
||||
if(_vehLimit > 0) then {
|
||||
for "_x" from 1 to _vehLimit do {
|
||||
_id = [] spawn spawn_vehicles; // Needs setup
|
||||
_id = [] spawn spawn_vehicles;
|
||||
waitUntil{scriptDone _id};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user