[HELP] Player's points.
#2

Top of the script
pawn Код:
forward Player_Process();
public Player_Process()
{
    for(new i; i < MAX_PLAYERS; i++)
    {
         if(IsPlayerConnected(i))
         {
              SetPlayerScore(i, GetPlayerScore(i) + 1);
         }
    }
}
OnGameModeInit
pawn Код:
SetTimer("Player_Process", 60000, true);
It should work.
Reply


Messages In This Thread
[HELP] Player's points. - by roar - 17.01.2011, 11:36
Re: [HELP] Player's points. - by Kase - 17.01.2011, 11:45
Re: [HELP] Player's points. - by roar - 17.01.2011, 11:53
Re: [HELP] Player's points. - by Kase - 17.01.2011, 11:55

Forum Jump:


Users browsing this thread: 1 Guest(s)