my scores are not saving
#3

OnPlayerDisconnect the scores are saved?
If yes, paste the saving part from OnPlayerDisconnect to OnFilterScriptExit. You will need the foreach.
pawn Код:
public OnFilterScriptExit()
{
    foreach(Player, i)
    {
        // Code Here
        // Instead (ex:) PlayerInfo[playerid][Admin], use PlayerInfo[i][Admin]
    }
    // Rest
    return 1;
}
Reply


Messages In This Thread
my scores are not saving - by iOmar - 14.01.2012, 01:09
Re: my scores are not saving - by Mean - 14.01.2012, 08:23
Re: my scores are not saving - by Konstantinos - 14.01.2012, 08:59
Re: my scores are not saving - by iOmar - 14.01.2012, 14:16
Re: my scores are not saving - by Konstantinos - 14.01.2012, 14:30
Re: my scores are not saving - by iOmar - 14.01.2012, 14:39
Re: my scores are not saving - by Konstantinos - 14.01.2012, 14:48
Re: my scores are not saving - by iOmar - 14.01.2012, 16:05
Re: my scores are not saving - by XxGenerationXx - 14.01.2012, 17:59
Re: my scores are not saving - by iOmar - 15.01.2012, 01:44
Re: my scores are not saving - by iOmar - 15.01.2012, 10:28
Re: my scores are not saving - by thimo - 17.01.2012, 08:48

Forum Jump:


Users browsing this thread: 2 Guest(s)