How to give 1 point every minute?
#8

How about this?

Put this Above main();
Код:
forward PointScoreUpdate(playerid);
Put this Somewere on in the Code:
Код:
public PointScoreUpdate(playerid)
{
new Score = GetPlayerScore(playerid);
SetPlayerScore(playerid,Score+1);
return 1;
}
This Under GamemodeInit
Код:
SetTimer("PointScoreUpdate",60000,1);
regards
[GM]The_Don
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)