mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
44 lines
981 B
C++
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};
|
|
};
|
|
};
|