Well, I assume it does not. Thing is I am currently using client_disconnect to trigger a function which stores the users played time in a mysql database - Great Success!
Suddenly it hit me, what happens on mapchange? Do I need to make sure to fire that same db-storage function for every player on each mapchange to ensure that the db receives all played time? Which event do I hook into to do this?
Thanks again for helping a newbie