[AJUDA] Pausar SetTimer
#3

Код:
Cria um new exemplo:

Topo GM:

new TimerExemplo;

No timer vocк faz:

TimerExemplo = SetTimerEx("Exemplo",PlayerInfo[id][pExemplo]*1000,0,"d",id);

E na funзгo que vocк quer para destruir o timer faz:

KillTimer(TimerExemplo);
Agora se for para um player faz assim:

Код:
Cria um new exemplo:

Topo GM:

new TimerExemplo[MAX_PLAYERS];

No timer vocк faz:

TimerExemplo[playerid] = SetTimerEx("Exemplo",PlayerInfo[id][pExemplo]*1000,0,"d",id);

E na funзгo que vocк quer para destruir o timer faz:

KillTimer(TimerExemplo[playerid]);
Reply


Messages In This Thread
[AJUDA] Pausar SetTimer - by ManoLexuS - 05.01.2011, 00:01
Re: [AJUDA] Pausar SetTimer - by Kayjin. - 05.01.2011, 00:08
Re: [AJUDA] Pausar SetTimer - by [NWD]Jim._.Carrey - 05.01.2011, 00:14
Re: [AJUDA] Pausar SetTimer - by ManoLexuS - 05.01.2011, 00:50

Forum Jump:


Users browsing this thread: 1 Guest(s)