Posts: 791
Threads: 93
Joined: Oct 2009
Reputation:
0
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?
Posts: 257
Threads: 29
Joined: Jul 2010
Reputation:
0
Timer stop when player disconnect.
Posts: 791
Threads: 93
Joined: Oct 2009
Reputation:
0
Are you sure? And what about repeated player timer?
Posts: 6,129
Threads: 36
Joined: Jan 2009
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.