mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-19 09:03:21 +03:00
typo
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user