LuxAdmin is weird... O.o
#5

Try this:

OnFilterScriptInit:

pawn Код:
SetTimer("AutoUpdateBegin", 5000, 1);
Some where down:

pawn Код:
forward AutoUpdateBegin();
public AutoUpdateBegin()
{
    for(new i=0;i<MAX_PLAYERS;i++)
    {
        if(IsPlayerConnected(i))
        {
            if(AccInfo[i][LoggedIn] == 1)
            {
                if(AccInfo[i][LoggedIn] == 1)
                SavePlayerStats(i);
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 16:58
Re: LuxAdmin is weird... O.o - by Wiliam - 14.08.2010, 17:15
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 17:27
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 17:30
Re: LuxAdmin is weird... O.o - by rbN. - 14.08.2010, 17:59
Re: LuxAdmin is weird... O.o - by Hiddos - 14.08.2010, 18:01
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 14.08.2010, 18:11
Re: LuxAdmin is weird... O.o - by HardstylerNiko - 15.08.2010, 09:24

Forum Jump:


Users browsing this thread: 1 Guest(s)