Updated Categories

This commit is contained in:
Florian Kinder
2014-02-04 15:00:44 +01:00
parent 96bf638f28
commit f372af8547
84 changed files with 3554 additions and 0 deletions

View File

@@ -1,3 +1,33 @@
class NeutralSubmachineGunAmmo {
tid = 612;
class 30rnd_9x19_MP5 {
type = "trade_items";
buy[] = {2,"ItemSilverBar10oz",1};
sell[] = {1,"ItemSilverBar10oz",1};
};
class 30Rnd_9x19_MP5SD {
type = "trade_items";
buy[] = {4,"ItemSilverBar10oz",1};
sell[] = {2,"ItemSilverBar10oz",1};
};
class 30Rnd_9x19_UZI {
type = "trade_items";
buy[] = {2,"ItemSilverBar10oz",1};
sell[] = {1,"ItemSilverBar10oz",1};
};
class 64Rnd_9x19_SD_Bizon {
type = "trade_items";
buy[] = {2,"ItemSilverBar10oz",1};
sell[] = {1,"ItemSilverBar10oz",1};
};
class 30Rnd_9x19_UZI_SD {
type = "trade_items";
buy[] = {2,"ItemSilverBar10oz",1};
sell[] = {1,"ItemSilverBar10oz",1};
};
class 20Rnd_B_765x17_Ball {
type = "trade_items";
buy[] = {2,"ItemSilverBar10oz",1};
sell[] = {1,"ItemSilverBar10oz",1};
};
};