score per minute (0.3c)
#2

Well I've got a system similar to that, so it'd be like this:

pawn Код:
forward Online();
public Online()
{
    foreach (Player, i)
    {
        PlayerInfo[i][pScore] += 1;
        new newscore = PlayerInfo[i][pScore]
        SetPlayerScore(i, newscore);
    }
    return 1;
}
(Get the foreach include) ^

OnGameModeInit:
pawn Код:
SetTimer("Online",60000,1);
Not sure if 1 minute is 60000 or not.
Reply


Messages In This Thread
score per minute (0.3c) - by Kaya-S - 02.09.2011, 12:05
Re: score per minute (0.3c) - by Jack_Leslie - 02.09.2011, 12:11
Re: score per minute (0.3c) - by [MWR]Blood - 02.09.2011, 12:26
Re: score per minute (0.3c) - by Kaya-S - 02.09.2011, 17:55
Re: score per minute (0.3c) - by [MWR]Blood - 02.09.2011, 17:57
Re: score per minute (0.3c) - by Kaya-S - 03.09.2011, 13:03
Re: score per minute (0.3c) - by knackworst - 03.09.2011, 13:38
Re: score per minute (0.3c) - by Kaya-S - 04.09.2011, 16:20
Re: score per minute (0.3c) - by [MWR]Blood - 04.09.2011, 16:26
Re: score per minute (0.3c) - by Kaya-S - 05.09.2011, 00:22

Forum Jump:


Users browsing this thread: 2 Guest(s)