OnGameModeExit
#1

pawn Код:
public OnGameModeExit()
{
    foreach(Player, i)
    {
        SaveAccount(i);
    }
    mysql_close(g_Handle);
    return 1;
}
It saves accounts OnPlayerDisconnect and other functions but when I close the gamemode whilst ingame to see if it will save, it doesn't.
Reply


Messages In This Thread
OnGameModeExit - by AphexCCFC - 08.04.2014, 03:25
Re: OnGameModeExit - by Jstylezzz - 08.04.2014, 05:58
Re: OnGameModeExit - by Ari - 08.04.2014, 06:23
Re: OnGameModeExit - by Gilmar - 08.04.2014, 12:05
Re: OnGameModeExit - by Lloyde - 09.04.2014, 07:35
Re: OnGameModeExit - by RajatPawar - 09.04.2014, 07:55
Re: OnGameModeExit - by AphexCCFC - 09.04.2014, 18:10
Re: OnGameModeExit - by azzerking - 09.04.2014, 18:58
Re: OnGameModeExit - by Jstylezzz - 09.04.2014, 19:06
Re: OnGameModeExit - by AphexCCFC - 09.04.2014, 19:37

Forum Jump:


Users browsing this thread: 1 Guest(s)