SA-MP Forums Archive
SetTimerEx - 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: SetTimerEx (/showthread.php?tid=156839)



SetTimerEx - W00Z - 24.06.2010

Could anyone give me an example SetTimerEx line, which displays a window gui? I do not know too much of this function.


Re: SetTimerEx - ipsBruno - 24.06.2010

Essa funзгo й para chamar outras public

SetTimerEx("Timer",1000,true,"i",playerid);

Timer > Name for Timer
1000 > TEmp of Repet
true > Repete timer? true = yes|| false = no
pawn Код:
forward timer();
public Timer()/* Call Here*/
{
/* Call Here*/
}