Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgServerTraderCategories/NeutralBoatsArmed.hpp
Florian Kinder 0f5667eb88 removed tid
2014-02-04 16:19:28 +01:00

8 lines
145 B
C++

class NeutralBoatsArmed {
class RHIB {
type = "trade_any_boat";
buy[] = {4,"ItemGoldBar10oz",1};
sell[] = {2,"ItemGoldBar10oz",1};
};
};