Toggle Slow Zombies

This commit is contained in:
Mikeeeyy
2015-02-08 00:20:41 +00:00
parent 7fcb7ff657
commit aa6dad1c42

View File

@@ -574,6 +574,9 @@ if(isNil "dayz_spawnAirCount") then {
if(isNil "dayz_zedsAttackVehicles") then {
dayz_zedsAttackVehicles = true;
};
if (isNil "DZE_slowZombies") then {
DZE_slowZombies = false;
};
// update objects
dayz_updateObjects = ["Plane","Tank","Car", "Helicopter", "Motorcycle", "Ship", "TentStorage", "VaultStorage","LockboxStorage","OutHouse_DZ","Wooden_shed_DZ","WoodShack_DZ","StorageShed_DZ","GunRack_DZ","WoodCrate_DZ","Scaffolding_DZ"];