[Ajuda] Timer em Comando
#2

Aqui no meu gm eu uso assim, ai tu muda o tempo para quanto tu quiser.

pawn Код:
//topo do gm
new EquiparVIP[MAX_PLAYERS];

//no topo do comando
if(PlayerInfo[playerid][Vip] == false) return SendClientMessage(playerid, -1,"ERRO: Vocк nгo tem permissгo para usar este comando.");
if(EquiparVIP[playerid] == 1) return SendClientMessage(playerid, -,1"ERRO: Ainda nгo deu o tempo para equipar novamente.");

//no fim do comando
    EquiparVIP[playerid] = 1;
    SetTimerEx("EquiparVIPP",5*60*1000,false,"d",playerid);


//fim do gm
forward EquiparVIPP(playerid);
public EquiparVIPP(playerid)
{
      EquiparVIP[playerid] = 0;
}
Reply


Messages In This Thread
Timer em Comando - by ModaLOKO - 15.05.2015, 22:11
Re: Timer em Comando - by _Play_ - 15.05.2015, 22:46
Re: Timer em Comando - by ModaLOKO - 15.05.2015, 23:09

Forum Jump:


Users browsing this thread: 1 Guest(s)