Timer and 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Timer and Player (
/showthread.php?tid=190619)
Timer and Player -
GaGlets(R) - 16.11.2010
Just wanted to know, what happens if there is running timer on playerid with `SetTimerEx fuction` and player exits the server. If timer dont have repeating it would just stop ? OR it would urn over and over till server crashes or something?
Re: Timer and Player -
Dime - 16.11.2010
Timer stop when player disconnect.
Re: Timer and Player -
GaGlets(R) - 16.11.2010
Are you sure? And what about repeated player timer?
Re: Timer and Player -
Calgon - 16.11.2010
Timers end when instructed (providing that it's instructed to continue repeating), if you don't prompt it to kill with KillTimer it'll always be there until the server exits.