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



Need to Kill SetTimerEx? - cAMo - 21.05.2010

A player connects to my server. Instead of using something like Wait(1000); I am using SetTimerEx to kick them if they don't have an account (to make sure text draws are displayed).

Do I need to kill the timer at all?


Re: Need to Kill SetTimerEx? - ¤Adas¤ - 21.05.2010

If you mean, that it kicks them only if they don't login, you don't have to. Just try.


Re: Need to Kill SetTimerEx? - Sergei - 21.05.2010

Just make sure that timer is not looped.