03.01.2011, 21:36
I also have the problem with mysql_close(). the server exe crashes when i call this function.
my OnGameModeExit looks just like this:
mysql_log:
as several people before have reported the same bug, I think it's a problem caused by the plugin, not the script.
(maybe related to sa-mp 0.3c).
my OnGameModeExit looks just like this:
pawn Код:
public OnGameModeExit
{
mysql_close();
return 1;
}
Код:
[Mon Jan 03 23:26:08 2011] MySQL closed. Logging ended. [Mon Jan 03 23:26:08 2011] MySQL closed. Logging ended.
(maybe related to sa-mp 0.3c).