Setting timer for only one player - 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)
+--- Thread: Setting timer for only one player (
/showthread.php?tid=474292)
Setting timer for only one player -
Saw® - 07.11.2013
Hey , I have a problem in my server , the timer do things to all players should I change it to SetTimerEx ?
thanks
Re: Setting timer for only one player -
Konstantinos - 07.11.2013
If you want for only one player, then yes. Change it to SetTimerEx and pass the playerid as an argument.
https://sampwiki.blast.hk/wiki/SetTimerEx
Re: Setting timer for only one player -
Saw® - 07.11.2013
thanks man !