SA-MP Forums Archive
Timer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Timer (/showthread.php?tid=156697)



Timer - Nonameman - 23.06.2010

Hey,

I'm making a FS, and I want to use a timer in it which is only works with the chosen player. How can i make it?

Nonameman


Re: Timer - DJDhan - 23.06.2010

Код:
SetTimerEx("yourfunctionhere",yourintervalhere,repeatingornot,"i",yourplayeridhere);



Re: Timer - Nonameman - 23.06.2010

Quote:
Originally Posted by DJDhan
Код:
SetTimerEx("yourfunctionhere",yourintervalhere,repeatingornot,"i",yourplayeridhere);
Thanks