PlusR2, How to make the client work with the VIP_Points table in RevCMS? [Help]
Hello. I am running PlusEMU Rev 2 With the new UI.
I need to get the "Diamond" currency in game to work off of the vip_points table in the users table.
It currently uses the "belcredits" column. How can i change this?
Re: PlusR2, How to make the client work with the VIP_Points table in RevCMS? [Help]
Either rename the VIP_points to belcredits and make sure the structure is the same and then head to your CMS and change anything inserting or with-drawing from the vip_points to belcredits OR Open the emulator source, search "belcredits" and where it grabs a SQL to get it from the Database change it to grab from vip_points .
Re: PlusR2, How to make the client work with the VIP_Points table in RevCMS? [Help]
I think I will go with the second option as my CMS have a functional VIP shop that works with the vip_points table. Do you know where in the EMU I'll have yo edit it? @FatalLulz
Re: PlusR2, How to make the client work with the VIP_Points table in RevCMS? [Help]
Quote:
Originally Posted by
TuPack
I think I will go with the second option as my CMS have a functional VIP shop that works with the vip_points table. Do you know where in the EMU I'll have yo edit it? @
FatalLulz
In the source. Just search it up