Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgServerTraderCategories/FriendlyTrucks.hpp
Florian Kinder 0f5667eb88 removed tid
2014-02-04 16:19:28 +01:00

33 lines
795 B
C++

class FriendlyTrucks {
class hilux1_civil_3_open_EP1 {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar",1};
sell[] = {4,"ItemGoldBar",1};
};
class datsun1_civil_3_open {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar",1};
sell[] = {4,"ItemGoldBar",1};
};
class hilux1_civil_1_open {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar",1};
sell[] = {4,"ItemGoldBar",1};
};
class datsun1_civil_2_covered {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar",1};
sell[] = {4,"ItemGoldBar",1};
};
class datsun1_civil_1_open {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar",1};
sell[] = {4,"ItemGoldBar",1};
};
class hilux1_civil_2_covered {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar",1};
sell[] = {4,"ItemGoldBar",1};
};
};