Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgServerTraderCategories/FriendlyTrucks.hpp
2014-02-04 15:00:44 +01:00

34 lines
807 B
C++

class FriendlyTrucks {
tid = 495;
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};
};
};