05.11.2009, 17:27
Quote:
Originally Posted by Tigerbeast11
Is it possible to set a timer which updates the score every second or so?
|
SetTimer("UpdateScore", 1000, 1);
Than inside the UpdateScore function do SetPlayerScore(playerid, GetPlayerScore(playerid)+1); - Make sure the UpdateScore function is a public.