Hello all, I have just installed maca's Dynamic Traders system. The purpose was so I can have a custom trader that shifts position each restart and sells rare weapons etc. I have everything work but the only issue is when I open the traders menu and select a custom cetagory (example "Special Weapons") nothing shows up but when I add a category that another trader uses (ex. wholesale) it works perfectly. It's only my custom ones not working :/ . I'm certain this has something to do with the menu ID in the 'server_traders.sqf' file in the mission folder. I wasn't sure what number to put so I picked a random one that wasn't being used for all my custom category's.
Example:
in my server_traders.sqf
// Foreign Trader (Roaming)
menu_Profiteer1 = [[
["Special Weapons",1010],
["Special Ammo",1011],
["Special Vehicles",1012],
["Vehicle Ammo",1013],
["Other",1014]],
[],"neutral"];
I have each category in a custom .hpp file where all my other trader stuff is.
Any help would be much appreciated !