mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Added trade_any_vehicle_free
For buy unlocked vehicles (without getting a key)
This commit is contained in:
@@ -44,7 +44,7 @@ TraderDialogLoadItemList = {
|
||||
if (_type == "trade_weapons") then {
|
||||
_typeNum = 3;
|
||||
} else {
|
||||
if (_type in ["trade_backpacks", "trade_any_vehicle", "trade_any_boat", "trade_any_bicycle"]) then {
|
||||
if (_type in ["trade_backpacks", "trade_any_vehicle", "trade_any_vehicle_free", "trade_any_boat", "trade_any_bicycle"]) then {
|
||||
_typeNum = 2;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user