How to give 1 point every minute?
#6

set it to every minute..

https://sampwiki.blast.hk/wiki/SetTimer



https://sampwiki.blast.hk/wiki/SetPlayerScore

and when its up replace..............

Код:
public message()
{
	print("1 second has passed.");
}
With..........

Код:
public message(playerid)
{
	SetPlayerScore(playerid, GetPlayerScore(playeridid) + 1);

}
Reply


Messages In This Thread
How to give 1 point every minute? - by ThePS3Guy - 07.08.2009, 00:53
Re: How to give 1 point every minute? - by Antonio [G-RP] - 07.08.2009, 00:55
Re: How to give 1 point every minute? - by Takumi.WS - 07.08.2009, 01:08
Re: How to give 1 point every minute? - by ThePS3Guy - 07.08.2009, 01:10
Re: How to give 1 point every minute? - by Takumi.WS - 07.08.2009, 01:11
Re: How to give 1 point every minute? - by clean180ollie - 07.08.2009, 01:12
Re: How to give 1 point every minute? - by Antonio [G-RP] - 07.08.2009, 01:16
Re: How to give 1 point every minute? - by [GM]The_Don - 07.08.2009, 04:57

Forum Jump:


Users browsing this thread: 1 Guest(s)