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

@@ -400,6 +400,12 @@ if(isNil "dayz_maxpos") then {
dayz_maxpos = 20000;
};
if(isNil "dayz_zedSpawnVehCount") then {
dayz_zedSpawnVehCount = dayz_maxLocalZombies / 2;
};
if(isNil "dayz_spawnAirCount") then {
dayz_spawnAirCount = 5;
};
if(isNil "dayz_zedsAttackVehicles") then {
dayz_zedsAttackVehicles = true;
};