MySQL Error, i guess - 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:  MySQL Error, i guess (
/showthread.php?tid=589561)
 
MySQL Error, i guess - 
Jensenn -  20.09.2015
When i restart the server, it resets all the data. Why?
Re: MySQL Error, i guess - 
Jensenn -  20.09.2015
help help 
Re: MySQL Error, i guess - 
Andre02 -  20.09.2015
Well.. we need to see your code where you save the data and when you login.
Also a pic of one of your MySQL rows.
Re: MySQL Error, i guess - 
Jensenn -  20.09.2015
xxxxxxx
Re: MySQL Error, i guess - 
Jensenn -  21.09.2015
up, help 
Re: MySQL Error, i guess - 
Vince -  21.09.2015
You're not supposed to close the connection in OnGameModeInit ... No wonder that nothing works if you're not even connected.
Re: MySQL Error, i guess - 
Jensenn -  21.09.2015
Quote:
					Originally Posted by  Vince
 
 
You're not supposed to close the connection in OnGameModeInit ... No wonder that nothing works if you're not even connected. 
 | 
 i don't understand, details pls
Re: MySQL Error, i guess - 
Jensenn -  21.09.2015
up up 
Re: MySQL Error, i guess - 
rappy93 -  21.09.2015
Remove 
mysql_close() from 
OnGameModeInit.
Re: MySQL Error, i guess - 
Jensenn -  21.09.2015
Quote:
					Originally Posted by  rappy93
 
 
Remove mysql_close() from OnGameModeInit. 
 | 
 It didn't work, could it be because of this?