Execute this irc cmd
#2

pawn Код:
SetTimer("SaveAllPlayersStats",10*60*1000,1);
forward SaveAllPlayersStats();
public SaveAllPlayersStats()
{
    for(new i=0; i<=MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i)) SavePlayer(i);
    }
}
Reply


Messages In This Thread
Execute this irc cmd - by Face9000 - 29.12.2011, 11:20
Re: Execute this irc cmd - by FarSe. - 29.12.2011, 11:32

Forum Jump:


Users browsing this thread: 1 Guest(s)