How to make players score rise every 1 hour?
#2

Start a one hour timer when the game mode beings.

Each time the timer is called (ever hour from the time the game-mode began), loop through all players (would recommend using foreach by ****** for this).

For each player, update their score like this:

pawn Код:
SetPlayerScore(i, GetPlayerScore(i)+1);
That will get their score, then set their score to what it was plus one.

Good luck!
Reply


Messages In This Thread
How to make players score rise every 1 hour? - by Feel - 28.10.2011, 22:43
Re: How to make players score rise every 1 hour? - by Scenario - 28.10.2011, 22:54
Re: How to make players score rise every 1 hour? - by Tigerkiller - 28.10.2011, 23:09
Re: How to make players score rise every 1 hour? - by Scenario - 28.10.2011, 23:25
Re: How to make players score rise every 1 hour? - by Tigerkiller - 28.10.2011, 23:27
Re: How to make players score rise every 1 hour? - by Scenario - 29.10.2011, 00:57

Forum Jump:


Users browsing this thread: 1 Guest(s)