hi,
Is it possible to add a structure to the trader for sale? i want to add this item "MAP_Ind_TankSmall".
tried to add this to my custom trader:
class MAP_Ind_TankSmall {
type = "trade_items";
buy[] = {3,"ItemGoldBar10oz"};
sell[] = {1,"ItemGoldBar10oz"};
};
but it dont work.....
prices are only a example.
i would be happy and grateful for any help!