Scores..
#4

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:
Код:
public RefreshScore()
{
	for(new w;w<MAX_PLAYERS;w++)
	{
		SetPlayerScore(w,GetPlayerMoney(w));
	}
}
You could run it for like every 1 or 2 seconds, or maybe 5 if your server is overflooded!
Reply


Messages In This Thread
Scores.. - by XxerykxX - 29.08.2009, 12:37
Re: Scores.. - by RSX - 29.08.2009, 12:41
Re: Scores.. - by XxerykxX - 29.08.2009, 12:47
Re: Scores.. - by RSX - 29.08.2009, 15:20
Re: Scores.. - by XxerykxX - 29.08.2009, 17:02
Re: Scores.. - by XxerykxX - 30.08.2009, 09:18
Re: Scores.. - by ettans - 30.08.2009, 09:22
Re: Scores.. - by XxerykxX - 30.08.2009, 09:51
Re: Scores.. - by saiberfun - 30.08.2009, 09:57
Re: Scores.. - by XxerykxX - 30.08.2009, 10:00

Forum Jump:


Users browsing this thread: 5 Guest(s)