15.11.2010, 20:42
Quote:
Timer?
This is wat i exactly want,When thay walk to bank door thay tele inside,When thay walk to door inside it teles out side...Where can i place the functions? Do i got to make a unique callback or something xD |
pawn Код:
new TeleTimer[MAX_PLAYERS];
// OnPlayerConnect
TeleTimer[playerid] = SetTimerEx("PosUpdate", true, 2000, "i", playerid);
// OnPlayerDC
KillTimer(TeleTimer[playerid]);