View Single Post
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 04-11-2022 , 07:40   Re: Bank System Nvault/SQL Support
Reply With Quote #46

Quote:
Originally Posted by sigerman View Post
Please If you could help me, your plugin calls all my attention
I will fix it in the next version but for now replace this:

PHP Code:
formatexszQuerycharsmaxszQuery ), "CREATE TABLE IF NOT EXISTS `%s` (ID INTEGER PRIMARY KEY AUTOINCREMENT,\
            `SteamID` VARCHAR(%i) UNIQUE, `Cash` INT(%i) NOT NULL);"
g_iSettingsSQL_TABLE ], MAX_AUTHID_LENGTHMAX_CASH_LENGTH ); 

PHP Code:
formatexszQuerycharsmaxszQuery ), "CREATE TABLE IF NOT EXISTS `%s` (`SteamID` VARCHAR(%i) NOT NULL,\
            `Cash` INT(%i) NOT NULL, PRIMARY KEY(SteamID));"
g_iSettingsSQL_TABLE ], MAX_AUTHID_LENGTHMAX_CASH_LENGTH ); 
__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.

Last edited by Supremache; 04-11-2022 at 07:40.
Supremache is offline