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

29 lines
708 B
C++

class NeutralFuelTrucks {
tid = 655;
class KamazRefuel_DZ {
type = "trade_any_vehicle";
buy[] = {7,"ItemGoldBar10oz",1};
sell[] = {3,"ItemGoldBar10oz",1};
};
class MtvrRefuel_DES_EP1_DZ {
type = "trade_any_vehicle";
buy[] = {7,"ItemGoldBar10oz",1};
sell[] = {3,"ItemGoldBar10oz",1};
};
class UralRefuel_TK_EP1_DZ {
type = "trade_any_vehicle";
buy[] = {7,"ItemGoldBar10oz",1};
sell[] = {3,"ItemGoldBar10oz",1};
};
class V3S_Refuel_TK_GUE_EP1_DZ {
type = "trade_any_vehicle";
buy[] = {7,"ItemGoldBar10oz",1};
sell[] = {3,"ItemGoldBar10oz",1};
};
class MtvrRefuel_DZ {
type = "trade_any_vehicle";
buy[] = {7,"ItemGoldBar10oz",1};
sell[] = {3,"ItemGoldBar10oz",1};
};
};