How to give 1 point every minute?
#7

pawn Код:
SetTimer("PlayerScore", 60000, 1);// this is the timer
And im thinking for the update...

pawn Код:
public DollahScoreUpdate()
{
new PlayerScore = GetPlayerScore(playerid, Float:score)
SetPlayerScore(playerid, score += 1)
return 1;
}
I don't know if this is correct, or how to put this together, but this is a start.


EDIT: Im a fail
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)