[Ajuda] Comandos nao funcionam
#3

.....
Quote:

public OnPlayerCommandText(playerid, cmdtext[])
{
new idx;
new cmd[256];

cmd = strtok(cmdtext, idx);

if(strcmp("/armas", cmdtext, true) == 0)
{
ShowPlayerDialog(playerid, DIALOG_WEAPON, DIALOG_STYLE_LIST, "Weapon", "Pistol\nShotgun\nSub-MechineGun\nAssault\nSniper", "Choose", "Cancel");
return 1;
}

if(strcmp(cmdtext,"/minhaprofissao", true) == 0)
{
if(Profissao[playerid] == Lixeiro)
{
SendClientMessage(playerid, Amarelo,"MSG");
}
else
{
SendClientMessage(playerid, COLOR_RED,"Vocк nгo pode usar esse comando");
}
if(Profissao[playerid] == Taxista)
{
SendClientMessage(playerid, Amarelo,"MSG");
}
return 1;
}
return 0;
}
}

Reply


Messages In This Thread
Comandos nao funcionam - by Bigdk - 10.04.2015, 00:26
Re: Comandos nao funcionam - by arakuta - 10.04.2015, 00:38
Re: Comandos nao funcionam - by Bigdk - 10.04.2015, 00:43
Re: Comandos nao funcionam - by ipsLuan - 10.04.2015, 00:56

Forum Jump:


Users browsing this thread: 1 Guest(s)