if(strcmp(cmdtext,"/minhaprofissao2", true) == 0)
{
SendClientMessage(playerid,0xFFFFFFFF,"Ola parabens voce й taxista e dirigi um taxi");
return 1;
}
Server: Unknown Command
Aff eu fiz o codigo inteiro compilou certo mais da isso :
pawn Код:
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!");
}
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,"/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
1550 N40 C4U54R14 O 3RR0 C1T4D0! P015 QQ CMD QU3 3L3 D1G1T4R V41 V3R1F1C4R.
|