Offline Player Timer (+rep)
#1

Hi All.I maked timer for passport and etc.. I put it to ongamemodeinit

SetTimer("PassportCheck",1000,1);

and now if player not connected t.e not online or disconnected from server and its that timer working for disconnected player ?
Reply
#2

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.
Reply
#3

Solved alkone ) but repped for you
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)