This commit is contained in:
Skaronator
2013-11-08 21:11:57 +01:00
parent 2d0025608f
commit 6a4846747c

View File

@@ -393,13 +393,13 @@ PVDZE_plr_DeathB = [];
//DayZ settings //DayZ settings
dayz_dawn = 6; dayz_dawn = 6;
dayz_dusk = 18; dayz_dusk = 18;
if(isNil "dayz_maxAnimals") then {
dayz_maxAnimals = 8;
};
DAYZ_agentnumber = 0; DAYZ_agentnumber = 0;
dayz_animalDistance = 800; dayz_animalDistance = 800;
dayz_zSpawnDistance = 1000; dayz_zSpawnDistance = 1000;
if(isNil "dayz_maxAnimals") then {
dayz_maxAnimals = 8;
};
if(isNil "dayz_maxLocalZombies") then { if(isNil "dayz_maxLocalZombies") then {
dayz_maxLocalZombies = 15; dayz_maxLocalZombies = 15;
}; };
@@ -421,7 +421,6 @@ if(isNil "DZE_TRADER_SPAWNMODE") then {
if(isNil "dayz_tameDogs") then { if(isNil "dayz_tameDogs") then {
dayz_tameDogs = false; dayz_tameDogs = false;
}; };
if(isNil "dayz_sellDistance_vehicle") then { if(isNil "dayz_sellDistance_vehicle") then {
dayz_sellDistance_vehicle = 10; dayz_sellDistance_vehicle = 10;
}; };
@@ -431,7 +430,6 @@ if(isNil "dayz_sellDistance_boat") then {
if(isNil "dayz_sellDistance_air") then { if(isNil "dayz_sellDistance_air") then {
dayz_sellDistance_air = 40; dayz_sellDistance_air = 40;
}; };
if(isNil "dayz_paraSpawn") then { if(isNil "dayz_paraSpawn") then {
dayz_paraSpawn = false; dayz_paraSpawn = false;
}; };