[ajuda] Settimer para o strlen(tmp)
#2

Aplique a funзгo SetTimerEx e crie uma variбvel array para armazenar o timer de cada jogador .


Coloque :


pawn Код:
//No Topo do GM:

new TimerAusente[MAX_PLAYERS];


Depois troque esta linha :


pawn Код:
timeausente = SetTimer("ausente", 120000, false);

Por:

pawn Код:
TimerAusente[strval(tmp)] = SetTimerEx("ausente", 120000, false, "n", strval(tmp));


E esta :


pawn Код:
KillTimer(timeausente);

Por:


pawn Код:
KillTimer(TimerAusente[playerid]);


Espero ter ajudado .
Reply


Messages In This Thread
[ajuda] Settimer para o strlen(tmp) - by Rick_DR - 12.04.2012, 12:41
Re: [ajuda] Settimer para o strlen(tmp) - by rjjj - 12.04.2012, 12:57
Re: [ajuda] Settimer para o strlen(tmp) - by Rick_DR - 12.04.2012, 14:17

Forum Jump:


Users browsing this thread: 2 Guest(s)