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

44 lines
981 B
C++

class FriendlyPistols {
tid = 489;
class M9SD {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class glock17_EP1 {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar",1};
sell[] = {5,"ItemSilverBar10oz",1};
};
class Colt1911 {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz",1};
sell[] = {1,"ItemSilverBar10oz",1};
};
class M9 {
type = "trade_weapons";
buy[] = {1,"ItemGoldBar",1};
sell[] = {2,"ItemSilverBar10oz",1};
};
class MakarovSD {
type = "trade_weapons";
buy[] = {2,"ItemGoldBar",1};
sell[] = {1,"ItemGoldBar",1};
};
class revolver_gold_EP1 {
type = "trade_weapons";
buy[] = {3,"ItemGoldBar",1};
sell[] = {2,"ItemGoldBar",1};
};
class Makarov {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz",1};
sell[] = {1,"ItemSilverBar10oz",1};
};
class revolver_EP1 {
type = "trade_weapons";
buy[] = {2,"ItemSilverBar10oz",1};
sell[] = {1,"ItemSilverBar10oz",1};
};
};