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

24 lines
546 B
C++

class FriendlyBusesandVans {
tid = 592;
class Ikarus {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class Ikarus_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class S1203_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {6,"ItemGoldBar",1};
sell[] = {3,"ItemGoldBar",1};
};
class S1203_ambulance_EP1 {
type = "trade_any_vehicle";
buy[] = {6,"ItemGoldBar",1};
sell[] = {3,"ItemGoldBar",1};
};
};