TIMERS?!!?
#2

https://sampwiki.blast.hk/wiki/SetTimerEx
Code:
public OnPlayerSpawn(playerid)
{
	SetTimerEx("GameTextTimer", 1000, true, "i", playerid);
...
Your problem was that you the timer was calling the GameTextTimer, but wasn't supplying the intended playerid to the function.
Reply


Messages In This Thread
TIMERS?!!? - by coole210 - 06.07.2009, 03:31
Re: TIMERS?!!? - by ledzep - 06.07.2009, 03:43
Re: TIMERS?!!? - by coole210 - 06.07.2009, 03:59
Re: TIMERS?!!? - by ledzep - 06.07.2009, 04:07
Re: TIMERS?!!? - by coole210 - 06.07.2009, 04:16
Re: TIMERS?!!? - by ledzep - 06.07.2009, 04:18

Forum Jump:


Users browsing this thread: 1 Guest(s)