SA-MP Forums Archive
Player 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)
+--- Thread: Player Timer (/showthread.php?tid=310368)



Player Timer - Rokzlive - 11.01.2012

Random question

I forgot what the function was to set a personal timer for a player, and cant find it

I thought it was SetTimerEx, but i looked at it and the params on it are not what i need, or if they are, i forgot how to change them.

(Im trying to call MySQL_BanCheck(playerid) after 10 secs with no repeat.)


Re: Player Timer - Richie - 11.01.2012

SetTimerEx("MySQL_BanCheck", 10000, false, "i", playerid);