Okay so I am currently adding tabs to some of my traders for the most part it all makes sense, but I have ran into one problem, but first here is what i have done:
- First I went into C:\ArmaServers\A2EpochServer\MPMissions\DayZ_Epoch_24.Napf\server_traders.sqf
- I have added two tabs to the hero vender ["Sniper Rifles"] and ["Sniper Rifle Ammunition"] Here is the code:
// Hero Vendor menu_Tanny_PMC = [ [["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477],["Sniper Rifles",800],["Sniper Rifle Ammunition",801]], [], "hero"
- I have add two TID' 800 & 801
- Next I went into my database and added two TID's to trader_tids
- I assigned them to trader 143 which is the hero vender. All good so far.
- Next i added some items to those tabs.
- The tabs show up just fine, but nothing in them appears.
- Did i forget a step? Can anyone help me