29.08.2009, 15:20
If you know hot to use it, make a timer, witch sets all players score to money amount they have..., function could be like this:
You could run it for like every 1 or 2 seconds, or maybe 5 if your server is overflooded!
Код:
public RefreshScore() { for(new w;w<MAX_PLAYERS;w++) { SetPlayerScore(w,GetPlayerMoney(w)); } }