30 seconds radar ?
#2

The RadarTimer asks for a playerid but you dont send one.
Replace
Код:
SetTimer("RadarTimer", 30000, 0);
with
Код:
SetTimerEx("RadarTimer", 30000, 0,"i", playerid);
Also, your timer will call the function only after 30 seconds and not run for 30 seconds.

Explain? - SetTimer will make a timer for 30000ms (ie) 30 seconds. When the timer reaches the determined time it will call the function you've provided.
Reply


Messages In This Thread
30 seconds radar ? - by Shoko Lacho - 26.02.2011, 10:26
Re: 30 seconds radar ? - by deather - 26.02.2011, 10:49
Re : 30 seconds radar ? - by Shoko Lacho - 26.02.2011, 11:00
Re: 30 seconds radar ? - by maramizo - 26.02.2011, 11:15
Re: 30 seconds radar ? - by Mike Garber - 26.02.2011, 11:44

Forum Jump:


Users browsing this thread: 2 Guest(s)