01.11.2011, 13:12
Hello. I have a problem with OnGameModeExit because I did not work.
The whole looks like this:
But the problem is that in our server log files nothing appears
The whole looks like this:
pawn Код:
public OnGameModeExit()
{
print("UNLOAD");
mysql_close();
return true;
}