[Ajuda] Como organizar esse comando ?
#1

if(strcmp(cmdtext,"/minhaprofissao", true) == 0)
{
if(Profissao[playerid] == 100)
{
SendClientMessageToAll(playerid, -1, "Estб em trabalho !");
}
else
{
SendClientMessage(playerid,-1,"Vocк nгo й taxista e nгo pode usar este comando");
}
//return 1;
}
if(strcmp(cmdtext,"/sertaxista", true) == 0)
{
if(Profissao[playerid] = 100)
{
SendClientMessage(playerid,-1,"Ola parabens voce й taxista e dirigi um taxi");
}
else
{
SendClientMessage(playerid,-1,"Vocк nгo й taxista e nгo pode usar este comando");
}
return 1;
}
return 0;
}

O erro ta no sendClientMessageToAll

@edit- OBS:Quero colocar o sendclienttoal paraque a mensagem "estб em trabalho" apareзa pra todos qnd o player digitar
Reply


Messages In This Thread
Como organizar esse comando ? - by Leopawno - 16.09.2013, 20:33
Re: Como organizar esse comando ? - by Leopawno - 16.09.2013, 20:35
Re: Como organizar esse comando ? - by zSuYaNw - 16.09.2013, 20:37
Re: Como organizar esse comando ? - by Juniiro3 - 16.09.2013, 20:50
Re: Como organizar esse comando ? - by zSuYaNw - 16.09.2013, 21:00
Re: Como organizar esse comando ? - by Leopawno - 16.09.2013, 21:19

Forum Jump:


Users browsing this thread: 2 Guest(s)