Assistance with Mysql User login table - 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: Assistance with Mysql User login table (
/showthread.php?tid=404596)
Assistance with Mysql User login table -
Moudzy123 - 03.01.2013
Hey, so I'm attempting to use Mysql, and I've chosen a script with Mysql but whenever I logged in it told me I was out of bounds. I will screenshot the settings for my database page and the console
and
Re: Assistance with Mysql User login table -
Moudzy123 - 03.01.2013
Okay, so I modified the server spawn and it bans me from the server now, regardless of the hacks or being out of bounds.
Re: Assistance with Mysql User login table -
Mandrakke - 03.01.2013
when an database request (such as mysql_query) return -1, it means that the plugin is not even connected to the database, you need to check your mysql connection settings.
Re: Assistance with Mysql User login table -
Moudzy123 - 03.01.2013
THankyou so much for that. After you said that I did some searching around, turns out I forgot to import the sql file
Re: Assistance with Mysql User login table -
Moudzy123 - 03.01.2013
I understanrd that my problem is over, but I was wandering if someone could assist me with MySQL in regards to real-time updating. I was wandering if it was possible to update stuff while people were in the game, i.e change their skin via MySQL and their skin changes ingame.