This commit is contained in:
vbawol
2013-05-27 18:36:43 -05:00
parent 42ec759218
commit d3d6397c27
5 changed files with 11 additions and 3 deletions

View File

@@ -13,10 +13,10 @@ _radius = 200;
_position = getPosATL player;
if (_inVehicle) then {
_maxZombies = _maxZombies / 2;
_maxZombies = dayz_zedSpawnVehCount;
};
if (_isAir) then {
_maxZombies = 5
_maxZombies = dayz_spawnAirCount;
};