04.09.2015, 21:13
Outra Veis Pedindo Ajuda A vcs
@Topic
Pessoal Ajuda Comando Nгo Pega
E Esse Jб Pega
Includes: zcmd
Qual E O Erro ?
@Topic
Pessoal Ajuda Comando Nгo Pega
PHP код:
if(strcmp(cmdtext,"/minhaprofissao", true) == 0)
{
if(Profissao[playerid] == TAXISTA)
{
SendClientMessage(playerid,0xFFFF00FF,"Ola parabens voce й taxista e dirigi um taxi");
}
else
{
SendClientMessage(playerid,0xFFFF00FF,"Vocк nгo й taxista e nгo pode usar este comando");
}
return 1;
}
PHP код:
CMD:ajuda(playerid, params [])
{
SendClientMessage(playerid, 0xFFFF00FF, "~~~~~~~~~~~~~Comandos~~~~~~~~~~~~~~~~ ");
SendClientMessage(playerid, 0x058AFFFF, "/Admins /Helpers /Gangcriar /Infogang ");
SendClientMessage(playerid, 0xFFFF00FF, "~~~~~~~~~~~~~Comandos~~~~~~~~~~~~~~~~ ");
return 1;
}
Qual E O Erro ?