SA-MP Forums Archive
[Ajuda] Server: Unknown Command - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Server: Unknown Command (/showthread.php?tid=358259)



Server: Unknown Command - [BcSTotty_Munson - 09.07.2012

Aff eu fiz o codigo inteiro compilou certo mais da isso :
pawn Код:
if(strcmp(cmdtext,"/minhaprofissao2", true) == 0)
    {
    SendClientMessage(playerid,0xFFFFFFFF,"Ola parabens voce й taxista e dirigi um taxi");
    return 1;
    }
Isso aqui:
pawn Код:
Server: Unknown Command
Me ajuda ^^


Re: Server: Unknown Command - .FuneraL. - 09.07.2012

Quote:
Originally Posted by [BcSTotty_Munson
Посмотреть сообщение
Aff eu fiz o codigo inteiro compilou certo mais da isso :
pawn Код:
if(strcmp(cmdtext,"/minhaprofissao2", true) == 0)
    {
    SendClientMessage(playerid,0xFFFFFFFF,"Ola parabens voce й taxista e dirigi um taxi");
    return 1;
    }
Isso aqui:
pawn Код:
Server: Unknown Command
Me ajuda ^^
Seu OnPlayerCommandText, Como estб ele?


Re: Server: Unknown Command - paulor - 09.07.2012

C3RT3EZ4 QU3 3 1550 ? P015 35T4 C0RR3T0! Certeza que й isso ? Pois estб correto!


Re: Server: Unknown Command - [BcSTotty_Munson - 09.07.2012

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/comando", true) == 0)
{
    SendClientMessage(playerid, 0x1E90FF99, "Comandos");
    SendClientMessage(playerid, 0x1E90FF99, "Comandos2");
    SendClientMessage(playerid, 0x1E90FF99, "Comandos3");
    return 1;
}
if(strcmp(cmdtext,"/minhaprofissao2", true) == 0)
    {
    SendClientMessage(playerid,0xFFFFFFFF,"Ola parabens voce й taxista e dirigi um taxi");
    return 1;
    }
if(Profissao[playerid] == TAXISTA)//Caso ele for da profissгo de taxista
    {
    SetPlayerColor(playerid, 0xFFFFFFFF);
    }//Fecha a chave
    if(strcmp(cmdtext,"/minhaprofissao", true) == 0)
    {
        if(Profissao[playerid] == TAXISTA)
        {
            SendClientMessage(playerid,0xFFFFFFFF,"Ola parabens voce й taxista e dirigi um taxi");
        }
        else
        {
        SendClientMessage(playerid,0xFFFFFFFF,"Vocк nгo й taxista e nгo pode usar este comando");
        }
        return 1;
    }

   return SendClientMessage(playerid,0xFFFFFFFF ,"Nгo existe esse comando no servidor!");

}



Re: Server: Unknown Command - paulor - 09.07.2012

S3M 3RR05!


Re: Server: Unknown Command - .FuneraL. - 09.07.2012

pawn Код:
if(strcmp(cmdtext,"/minhaprofissao2", true) == 0)
    {
    SendClientMessage(playerid,0xFFFFFFFF,"Ola parabens voce й taxista e dirigi um taxi");
    return 1;
    }
if(Profissao[playerid] == TAXISTA)//Caso ele for da profissгo de taxista
    {
    SetPlayerColor(playerid, 0xFFFFFFFF);
    }//Fecha a chave
Nгo seria assim:

pawn Код:
if(strcmp(cmdtext,"/minhaprofissao2", true) == 0)
{
    if(Profissao[playerid] == TAXISTA)//Caso ele for da profissгo de taxista
    {
         SendClientMessage(playerid,0xFFFFFFFF,"Ola parabens voce й taxista e dirigi um taxi");
         SetPlayerColor(playerid, 0xFFFFFFFF);
     }    
     return 1;
}//Fecha a chave



Re: Server: Unknown Command - paulor - 10.07.2012

1550 N40 C4U54R14 O 3RR0 C1T4D0! P015 QQ CMD QU3 3L3 D1G1T4R V41 V3R1F1C4R.


Re: Server: Unknown Command - dPlaYer_ - 10.07.2012

Quote:
Originally Posted by paulor
Посмотреть сообщение
1550 N40 C4U54R14 O 3RR0 C1T4D0! P015 QQ CMD QU3 3L3 D1G1T4R V41 V3R1F1C4R.
C0M0 3 B0M S3R V1D4 L0K4!


Re: Server: Unknown Command - [BcSTotty_Munson - 10.07.2012

Mais nгo й so esse cmd sao todos que da isso


Re: Server: Unknown Command - WaGnerLiima - 10.07.2012

D3v3 t4 d4and0 4lgun c0nfl1t0