cen Posted March 29, 2014 Report Share Posted March 29, 2014 Alright guys I'm stumped :D I use the config files for traders (not the database), and I've got everything set up on the trader end, but when you purchase the item the gem doesn't remove from your inventory. server_traders.sqf: // Gem Trader menu_RU_Citizen4 = [ [["Special Gem Items",777]], [], "neutral" ]; My gemTrader.hpp file: class Category_777 { class M113Ambul_UN_EP1 { type = "trade_any_vehicle"; //I tried _old as well buy[] = {1,"ItemRuby"}; sell[] = {2,"ItemBriefcase100oz"}; }; }; Link to comment Share on other sites More sharing options...
0 avdieking Posted March 29, 2014 Report Share Posted March 29, 2014 try trade_any_vehicle_old Link to comment Share on other sites More sharing options...
0 cen Posted March 29, 2014 Author Report Share Posted March 29, 2014 Yea tried it with quite a few vehicles: Link to comment Share on other sites More sharing options...
0 cen Posted March 31, 2014 Author Report Share Posted March 31, 2014 Has anyone gotten vehicles to successfully purchase from gems? Link to comment Share on other sites More sharing options...
0 cen Posted April 1, 2014 Author Report Share Posted April 1, 2014 BUMP :D Link to comment Share on other sites More sharing options...
0 Kimzer Posted April 5, 2014 Report Share Posted April 5, 2014 Bump aswell :p Link to comment Share on other sites More sharing options...
0 Buck0 Posted April 9, 2014 Report Share Posted April 9, 2014 Did u get this working cen? Link to comment Share on other sites More sharing options...
0 cen Posted April 10, 2014 Author Report Share Posted April 10, 2014 Yes by using _old but the remove ammo script I was using was causing issues. Link to comment Share on other sites More sharing options...
0 ithesevered Posted July 19, 2014 Report Share Posted July 19, 2014 When you say "the remove ammo script" was causing the issue you mean what file? What file did you change to resolve this issue as I am having the same issue with Gem traders via ConfigTraders. When I have "trade_any_vehicle_old" the vehicle in the list has no pic however players can purchase/sell them w/o any issues. But when I have "trade_any_vehicle" there is a pic but when they are purchased/sold it dont take/give the gem stated. Arma 112555, Epoch 1.0.5.1 is my current version. Link to comment Share on other sites More sharing options...
Question
cen
Alright guys I'm stumped :D
I use the config files for traders (not the database), and I've got everything set up on the trader end, but when you purchase the item the gem doesn't remove from your inventory.
server_traders.sqf:
My gemTrader.hpp file:
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now