21.04.2016, 23:49
Another wierd error..
There are all of my mysql_close.
How can I fix this?
There are all of my mysql_close.
Код:
public OnGameModeExit() {
#if defined DEBUG
print("[debug] OnGameModeExit()");
#endif
mysql_close(handle);
return 1;
}
public restartTimer()
{
iGMXTick--;
switch(iGMXTick)
{
case 0:
{
mysql_close(handle);
KillTimer(iGMXTimer);
SendRconCommand("gmx");
}
}
return 1;
}


