[HELP] Add Tab in Global Inventory!
I'm trying to add the weapons tab in the global inventory, and in the Marketplace, they are active in eclipse, I already changed the frontend and the price of the weapons are right in the database, but it still does not appear yet.Can someone help?
https://i.imgur.com/YdsQZqZ.png
//
https://i.imgur.com/kGyXDqM.png
//
Re: [HELP] Add Tab in Global Inventory!
You have 11 tabs? If you are leaving it as is in the src then it should be 0
var[0].SetNumber(0);
var[1].SetString("weapon");
Re: [HELP] Add Tab in Global Inventory!
Quote:
Originally Posted by
dNi3L
You have 11 tabs? If you are leaving it as is in the src then it should be 0
var[0].SetNumber(0);
var[1].SetString("weapon");
Yeah i have 11 tab's, this number just edit, the sequencing of the tabs, putting this, I want it to be the last.
I already checked the swf and the database if the weapons had prices.I compared FrontendShared.cpp with that of another src that is active and everything is the same.
I just have no explanation for not showing up.
even if you can make it appear in the store does not appear in the global inventory
Re: [HELP] Add Tab in Global Inventory!
Well you have obviously missed something somewhere my friend,could be very small..keep looking over your coding..One tiny mistake can cause a huge headache of problems..