03.06.2013, 18:51
Read somewhere that it is necessary to move the mysql_close (connectionHandle); of OnGameModeExit () in GameModeExitFunc () to set the reset mode, that is, would look something like this:
instead connectionHandle your connection will insert
I apologize for my knowledge of English, I'm from Russia
Quote:
public GameModeExitFunc () { mysql_close (connectionHandle); GameModeExit (); } |
I apologize for my knowledge of English, I'm from Russia