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,28 @@
class HeroTrucksArmed {
tid = 479;
class ArmoredSUV_PMC_DZE {
type = "trade_any_vehicle";
buy[] = {2,"ItemBriefcase100oz",1};
sell[] = {1,"ItemBriefcase100oz",1};
};
class Pickup_PK_TK_GUE_EP1_DZE {
type = "trade_any_vehicle";
buy[] = {8,"ItemGoldBar",1};
sell[] = {4,"ItemGoldBar",1};
};
class Offroad_DSHKM_Gue_DZE {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class Pickup_PK_GUE_DZE {
type = "trade_any_vehicle";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {5,"ItemGoldBar",1};
};
class Pickup_PK_INS_DZE {
type = "trade_any_vehicle";
buy[] = {1,"ItemGoldBar10oz",1};
sell[] = {5,"ItemGoldBar",1};
};
};