[Ajuda]Comandos da gamemode nгo fucionando
#2

Tenta isso
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(success)
{
if((ComandosDesativados == 1) && (!IsPlayerAdmin(playerid))) return SendClientMessage(playerid, COR_ERRO, "| ERRO | Os comandos estгo desativados!");
if(IsPlayerAdmin(playerid) == 0) if(ProibidoCMDs[playerid] == 0) SpamProtection2(playerid);
if((Preso[playerid]) && (!IsPlayerAdmin(playerid))) return SendClientMessage(playerid, COR_ERRO, "| ERRO | Vocк estб preso e nгo pode sair!");
if((ProibidoCMDs[playerid]) && (!IsPlayerAdmin(playerid))) return SendClientMessage(playerid, COR_ERRO, "| ERRO | Vocк estб proibido de usar comandos por 30 segundos!");
if((ProibidoDeUsarComandos[playerid] == 1) && (!IsPlayerAdmin(playerid))) return SendClientMessage(playerid, COR_ERRO, "| ERRO | Vocк foi proibido de utilizar comandos pelo admin.");
}
else
{
}
idx2 = 0;
return 0;
}
Reply


Messages In This Thread
[Ajuda]Comandos da gamemode nгo fucionando - by Marllun - 06.11.2016, 05:32
Re: [Ajuda]Comandos da gamemode nгo fucionando - by RedMF - 06.11.2016, 19:13
Re: [Ajuda]Comandos da gamemode nгo fucionando - by Peck - 06.11.2016, 19:16
Re: [Ajuda]Comandos da gamemode nгo fucionando - by RedMF - 06.11.2016, 19:46
Re: [Ajuda]Comandos da gamemode nгo fucionando - by Peck - 06.11.2016, 19:51

Forum Jump:


Users browsing this thread: 1 Guest(s)