01.03.2014, 13:56
If you're asking whether the timer works for offline player or not, the answer is no.
Although, you can use SetTimerEx to set a timer which carry the name of the player, so if the player disconnects, it opens the file of the player to execute the function.
EDIT: Also, timer is never used for a particular player. If you want to use a timer for a player, you should use SetTimerEx so that it carries the id of the player or name with it.
Although, you can use SetTimerEx to set a timer which carry the name of the player, so if the player disconnects, it opens the file of the player to execute the function.
EDIT: Also, timer is never used for a particular player. If you want to use a timer for a player, you should use SetTimerEx so that it carries the id of the player or name with it.