SA-MP Forums Archive
Setting a timer for a CERTAIN PLAYER ID only? - 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: Setting a timer for a CERTAIN PLAYER ID only? (/showthread.php?tid=92758)



Setting a timer for a CERTAIN PLAYER ID only? - gemadon - 22.08.2009

I have a timer that changes the player weather back to normal after the drugs is done using. It works when im the only one in the server, but when there are other people in the server it does it to some other random person.. How do i set a timer for only a certain player?


Re: Setting a timer for a CERTAIN PLAYER ID only? - Gamer_Z - 22.08.2009

https://sampwiki.blast.hk/wiki/SetTimerEx
i think there should be a function that sets the weather for a player


Re: Setting a timer for a CERTAIN PLAYER ID only? - Calgon - 22.08.2009

SetTimerEx("FuncName", 3000, true, "d", playerid);