Help please MYSQL [REP+] Please Please please Please Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help please MYSQL [REP+] Please Please please Please Help (
/showthread.php?tid=337014)
Help please MYSQL [REP+] Please Please please Please Help -
Spooky - 24.04.2012
When i converted my script to mysql based then when I started server and connected then the Register/Login Dialog boxes did not showed up, Why? please help me ASAP
Good if you help me via teamviewer
Re: Help please MYSQL [REP+] Please Please please Please Help -
doreto - 24.04.2012
did you put register/login dialog in onplayerconnect?
Re: Help please MYSQL [REP+] Please Please please Please Help -
Spooky - 24.04.2012
Yea I put and It works fine without mysql database
Re: Help please MYSQL [REP+] Please Please please Please Help -
Spooky - 24.04.2012
Please help
Re: Help please MYSQL [REP+] Please Please please Please Help -
Elysian` - 24.04.2012
Are you telling your Gamemode to load the server database and putting the right Connection information down?
Re: Help please MYSQL [REP+] Please Please please Please Help -
Spooky - 24.04.2012
I dont know How to do that, please help me via teamviewer I dont have any knowledge relating mysql but i like it
Re: Help please MYSQL [REP+] Please Please please Please Help -
Spooky - 24.04.2012
M getting this error
Код:
[22:58:57] CMySQLHandler::Query(CREATE TABLE IF NOT EXISTS `accounts` (`username` varchar(128) NULL,`Admin` int(10) NULL,`Donator` int(10) NULL,`Registered` int(10) NULL,`Password` varchar(1024) NULL,`Logged` int(15) NULL,`Money` int(15) NULL,`Kills` int(15) NULL,`Deaths` int(15) NULL,`Warns` int(15) NULL,`MinutesPlayed` int(15) NULL,`HoursPlayed` int(15) NULL,`Kicks` int(15) NULL,`Score` int(15) NULL,PRIMARY KEY (`ID`)) ENGINE=InnoDB DEFAULT CHARSET=latin1;) - An error has occured. (Error ID: 1072, Key column 'ID' doesn't exist in table)