mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Adv. Trading handle other and free vehicle types
Allow players to sell vehicles without keys and add boat and bike trading classes to buy/sell
This commit is contained in:
@@ -17,7 +17,7 @@ switch (true) do {
|
||||
{
|
||||
[_item] call Z_displayBackpackInfo;
|
||||
};
|
||||
case (_type == "trade_any_vehicle") :
|
||||
case (_type in ["trade_any_vehicle", "trade_any_vehicle_free", "trade_any_vehicle_old", "trade_any_bicycle", "trade_any_bicycle_old", "trade_any_boat", "trade_any_boat_old"]) :
|
||||
{
|
||||
[_item] call Z_displayVehicleInfo;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user