[AJUDA]Liberar 2 Comandos
#1

Fala Galera

To Com Um Problema No Meu Comando /report e /mp

No ZCMD й o Seguinte.

Quando Eu Digito /report

funciona normal, mais quando eu digito: /report 0 forum ajuda

Nao Funciona Nao Sei Porque o Mesmo Com MP

/mp funciona

mais /mp 0 oi to pedindo ajuda no forum
ja nao funciona

meu code:
pawn Код:
public OnPlayerCommandReceived(playerid, cmdtext[])
{
    if(PlayerInfo[playerid][CMD] == 1)
    {
        SendClientMessage(playerid,amarelo,"ERRO: Devagar Com Os Comandos Ai Amigo, Aguarde Alguns Segundos...");
        return 0;
    }
    if(PlayerInfo[playerid][Preso] == 1)
    {
        SendClientMessage(playerid,fail,"ERRO: Vocк Estб Preso");
        return 0;
    }
    if(PlayerInfo[playerid][X1] == 1 && strcmp(cmdtext, "/sair", false) && strcmp(cmdtext, "/mp", false) && strcmp(cmdtext, "/report", false))
    {
        SendClientMessage(playerid, fail,"ERRO: Vocк Estб Em Um X1");
        return 0;
    }
    if(PlayerInfo[playerid][X1W] == 1 && strcmp(cmdtext, "/sair", false) && strcmp(cmdtext, "/mp", false) && strcmp(cmdtext, "/report", false))
    {
        SendClientMessage(playerid, fail,"ERRO: Vocк Estб Em Um X1W");
        return 0;
    }
    if(PlayerInfo[playerid][MD] == 1 && strcmp(cmdtext, "/sair", false) && strcmp(cmdtext, "/mp", false) && strcmp(cmdtext, "/report", false))
    {
        SendClientMessage(playerid, fail,"ERRO: Vocк Estб Em Uma MD");
        return 0;
    }
    if(PlayerInfo[playerid][SNP] == 1 && strcmp(cmdtext, "/sair", false) && strcmp(cmdtext, "/mp", false) && strcmp(cmdtext, "/report", false))
    {
        SendClientMessage(playerid,fail,"ERRO: Vocк Estб Um Uma SNIPER");
        return 0;
    }
    if(PlayerInfo[playerid][Evento] == 1 && strcmp(cmdtext, "/sair", false) && strcmp(cmdtext, "/mp", false) && strcmp(cmdtext, "/report", false))
    {
        SendClientMessage(playerid, fail,"ERRO: Vocк Estб Em Um Evento");
        return 0;
    }
    return 1;
}
Help Me
Reply


Messages In This Thread
[AJUDA]Liberar 2 Comandos - by ReDKiiL - 04.01.2012, 01:42
Re: [AJUDA]Liberar 2 Comandos - by [O.z]Caroline - 04.01.2012, 01:50
Re: [AJUDA]Liberar 2 Comandos - by ReDKiiL - 04.01.2012, 02:19
Re: [AJUDA]Liberar 2 Comandos - by [O.z]Caroline - 04.01.2012, 02:40
Re: [AJUDA]Liberar 2 Comandos - by ReDKiiL - 04.01.2012, 03:00
Re: [AJUDA]Liberar 2 Comandos - by [O.z]Caroline - 04.01.2012, 03:03
Re: [AJUDA]Liberar 2 Comandos - by ReDKiiL - 04.01.2012, 03:14
Re: [AJUDA]Liberar 2 Comandos - by Lуs - 04.01.2012, 03:15
Re: [AJUDA]Liberar 2 Comandos - by [O.z]Caroline - 04.01.2012, 03:20
Re: [AJUDA]Liberar 2 Comandos - by Lуs - 04.01.2012, 14:51

Forum Jump:


Users browsing this thread: 1 Guest(s)