Jump to content
  • 0

Add a chopper to server and traders


alexm561

Question

10 answers to this question

Recommended Posts

  • 0

just run this sql in your data base (adjust price accordingly)

 

 

INSERT INTO traders_data (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES
('["BAF_Merlin_HC3_D",2]', 10, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 519, 'trade_any_vehicle');

Link to comment
Share on other sites

  • 0

just run this sql in your data base (adjust price accordingly)

 

 

INSERT INTO traders_data (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES

('["BAF_Merlin_HC3_D",2]', 10, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 519, 'trade_any_vehicle');

 

thankz sooo much for that. I couldnt figure out or find info on adding stuff this worked great... 

is this the normal way ??

Link to comment
Share on other sites

  • 0

just run this sql in your data base (adjust price accordingly)

 

 

INSERT INTO traders_data (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES

('["BAF_Merlin_HC3_D",2]', 10, '[2,"ItemBriefcase100oz",1]', '[1,"ItemBriefcase100oz",1]', 519, 'trade_any_vehicle');

I did this and it worked fine

however I added a few more choppers same script different prices  I just coppied other chopper prices but now the prices are not showing up in trader.

"BAF_Merlin_HC3_D",2what is the 2 for ?? 10 is qty I believe.

 

 

I found another post ...................

 

INSERT INTO `traders_data` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["1Rnd_HE_M203",1]',10,'[4,"ItemGoldBar",1]','[2,"ItemGoldBar",1]',0,60,'trade_items')

 
remove the ,1 after the item name. That should fix it. 
 
why remove the 1 ??????
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...