[Ajuda] Comando
#1

Olб rapaziada do fуrum, eu queria que nesse comando, a pessoa que nгo fosse um pux, admin ou organizador e tenta realizar o comando, aparecer aquele mensagem "vocк nгo tem permissгo pra usar esse comando!".


if (strcmp("/anunciar trombar", cmdtext, true) == 0)
{
if(Player[playerid][pAdmin] >= 1 || Player[playerid][pOrganizador] >= 1 || Player[playerid][pPux] >=1)
{
if(GetPVarInt(playerid, "UsouCMD") == 1) return SendClientMessage(playerid, COR_ERRO, "Aguarde 10 segundos para usa esse comando novamente! ");
SetTimerEx("usarcmd",10000,false,"i",playerid);
SetPVarInt(playerid, "UsouCMD" , 1);
new t = Player[playerid][pTorcida];
GivePlayerMoney(playerid, -300);
format(string, sizeof(string), "O %s %s da %s estб chamando alguma torcida para Trombar, /PM [%d]", AccountName(playerid), getPName(playerid), Torcidas[t][tNome], playerid);
SendClientMessageToAll(0xFFFF00AA, string);
return 1;
}
}
Reply


Messages In This Thread
Comando - by ViniciusTUF - 06.07.2016, 13:06
Re: Comando - by F1N4L - 06.07.2016, 13:11
Re: Comando - by ViniciusTUF - 06.07.2016, 13:29
Re: Comando - by F1N4L - 06.07.2016, 13:38
Re: Comando - by ViniciusTUF - 06.07.2016, 13:44

Forum Jump:


Users browsing this thread: 1 Guest(s)