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,43 @@
class FriendlyMilitaryUnarmed {
tid = 599;
class HMMWV_M1035_DES_EP1 {
type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class HMMWV_Ambulance {
type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class HMMWV_Ambulance_CZ_DES_EP1 {
type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class HMMWV_DES_EP1 {
type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class GAZ_Vodnik_MedEvac {
type = "trade_any_vehicle";
buy[] = {9,"ItemGoldBar10oz",1};
sell[] = {6,"ItemGoldBar10oz",1};
};
class HMMWV_DZ {
type = "trade_any_vehicle";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
class LandRover_CZ_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
class LandRover_TK_CIV_EP1 {
type = "trade_any_vehicle";
buy[] = {2,"ItemGoldBar10oz",1};
sell[] = {1,"ItemGoldBar10oz",1};
};
};