Raised This Month: $ Target: $400
 0% 

Bank System Nvault/SQL Support


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 04-11-2022 , 07:40   Re: Bank System Nvault/SQL Support
Reply With Quote #15

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
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:52.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode