Mysql_close - 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_close (
/showthread.php?tid=603500)
Mysql_close -
ScIrUsna - 24.03.2016
Hi,
Код:
mysql_close(MySQL); //mysql_close will now halt the server until the query we just sent is executed.
But if i put this in ongamemodeexit how it can halt server when it's already exit?
Re: Mysql_close -
Vince - 24.03.2016
That callback is called On
GameModeExit, not OnServerExit.
Re: Mysql_close -
ScIrUsna - 24.03.2016
What difference