[AJUDA] SetTimer
#2

pawn Code:
//topo gm
new bool:blockcomando;
forward DesblockComando();

//no comando
if(blockcomando)return SendClientMessage(playerid,-1,"Aguarde 1 minuto para respawnar a bola novamente");
blockcomando = true;
SetTimer("DesblockComando",60000,false);
//fim gm
public DesblockComando()
{
 blockcomando = false;
 return 1;
}
Reply


Messages In This Thread
[AJUDA] SetTimer - by KinX - 16.04.2012, 18:38
Re: [AJUDA] SetTimer - by ReDKiiL - 16.04.2012, 18:48
Re: [AJUDA] SetTimer - by KinX - 16.04.2012, 18:50
Re: [AJUDA] SetTimer - by paulor - 16.04.2012, 18:55
Re: [AJUDA] SetTimer - by CidadeNovaRP - 16.04.2012, 18:59
Respuesta: [AJUDA] SetTimer - by leosivi - 16.04.2012, 19:00
Re: [AJUDA] SetTimer - by KinX - 16.04.2012, 19:01

Forum Jump:


Users browsing this thread: 2 Guest(s)