mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Toggle Slow Zombies
This commit is contained in:
@@ -574,6 +574,9 @@ if(isNil "dayz_spawnAirCount") then {
|
|||||||
if(isNil "dayz_zedsAttackVehicles") then {
|
if(isNil "dayz_zedsAttackVehicles") then {
|
||||||
dayz_zedsAttackVehicles = true;
|
dayz_zedsAttackVehicles = true;
|
||||||
};
|
};
|
||||||
|
if (isNil "DZE_slowZombies") then {
|
||||||
|
DZE_slowZombies = false;
|
||||||
|
};
|
||||||
|
|
||||||
// update objects
|
// 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"];
|
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"];
|
||||||
|
|||||||
Reference in New Issue
Block a user