Split compiles a bit, diff sell ranges for Vehicles, air-vehicles and boats

This commit is contained in:
Skaronator
2013-11-08 21:11:26 +01:00
parent 36782396b8
commit 2d0025608f
27 changed files with 234 additions and 140 deletions

View File

@@ -421,9 +421,17 @@ if(isNil "DZE_TRADER_SPAWNMODE") then {
if(isNil "dayz_tameDogs") then {
dayz_tameDogs = false;
};
if(isNil "dayz_sellDistance") then {
dayz_sellDistance = 20;
if(isNil "dayz_sellDistance_vehicle") then {
dayz_sellDistance_vehicle = 10;
};
if(isNil "dayz_sellDistance_boat") then {
dayz_sellDistance_boat = 30;
};
if(isNil "dayz_sellDistance_air") then {
dayz_sellDistance_air = 40;
};
if(isNil "dayz_paraSpawn") then {
dayz_paraSpawn = false;
};