mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 18:06:32 +03:00
1.0.1.1
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user