05.05.2012, 05:24
ooow
tenta deixar o dialog id
e o comando assim, as vezes numero й alto
Ou pode estar fudend essa id com a de algum FS, mais acho q se isso acontecesse taria fazend 2 funзхes e n nenhuma :/. mastente vкr se algum FS do server.cfg tm mesmo id de dialogo. e se isso seu for FS deixa ele como ultimo FS
tenta deixar o dialog id
Код:
if(dialogid == 200) { if(!response) {
Код:
if (strcmp(cmd, "/getemprego", true) == 0) { if(PlayerInfo[playerid][pEmprego] > 1){ SendClientMessage(playerid,COLOR_YELLOW," Vocк jб tem emprego,digite /sairdoemprego !"); return 1; } if (PlayerToPoint(playerid, 2.0, 361.8300,173.5202,1008.3828)) return SendClientMessage(playerid,-1,"Voce Nao Esta na Prefeitura"); Controle(playerid, 0); ShowPlayerDialog(playerid,200,DIALOG_STYLE_LIST,"{51A7FC}Empregos","Detetive\nAdvogado\nFazendeiro\nSeguranca\nMotorista de Onibus\nMendigo\nCaminhoneiro\nProstituta","Aceitar","Cancelar"); EmDialog[playerid] = 1; return 1; }