mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Split compiles a bit, diff sell ranges for Vehicles, air-vehicles and boats
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user