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

89 lines
2.0 KiB
C++

class FriendlyUsedCars {
tid = 600;
class Skoda {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class SkodaBlue {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class SkodaGreen {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class SkodaRed {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class VolhaLimo_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Volha_1_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Volha_2_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class VWGolf {
type = "trade_any_vehicle";
buy[] = {3,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
class car_hatchback {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class car_sedan {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class GLT_M300_LT {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class GLT_M300_ST {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Lada1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Lada1_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Lada2 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class Lada2_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class LadaLM {
type = "trade_any_vehicle";
buy[] = {3,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
};