SA-MP Forums Archive
[Ajuda]Info HQ - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda]Info HQ (/showthread.php?tid=334431)



[Ajuda]Info HQ - Matheus_Ecko - 14.04.2012

Oque hб de errado no cуdigo abaixo, pois o item 4 nгo estб a chamar o dialogid se puderem me ajudar eu agradeзo.

pawn Код:
if(dialogid == 14)
    {
        new org = GetPlayerOrg(playerid);
        if(response)
        {
            if(listitem == 0)
            {
                ShowPlayerDialog(playerid, 12, DIALOG_STYLE_LIST, "Info HQ", "Lista de Membros\nAdministrar Membros\nAdministrar Gang/Org\nInformaзхes\nArmas e Drogas\nEquipar", "Confirmar", "Cancelar");
                return true;
            }
            if(listitem == 1)
            {
                OnPlayerCommandText(playerid,"/liberardrogas");
                SendClientMessage(playerid, COLOR_LIGHTRED,"Sistema Bloqueado");
                return true;
            }
            if(listitem == 2)
            {
                OnPlayerCommandText(playerid,"/escolhergerente");
                SendClientMessage(playerid, COLOR_LIGHTRED,"Sistema Bloqueado");
                return true;
            }
            if(listitem == 3)
            {
                OnPlayerCommandText(playerid,"/pedidos");
                SendClientMessage(playerid, COLOR_LIGHTRED,"Sistema Bloqueado");
                return true;
            }
            if(listitem == 4)
            {
                format(string,sizeof(string),"O Saldo da Sua Organizaзгo й de R$%d\nO que vocк deseja fazer ?",CofreOrg[org][Dinheiro]);
                ShowPlayerDialog(playerid, 1000, DIALOG_STYLE_MSGBOX, "Cofre da Organizaзгo", string, "Sacar", "Depositar");
                return true;
            }
            if(listitem == 5)
            {
                OnPlayerCommandText(playerid,"/limites");
                SendClientMessage(playerid, COLOR_LIGHTRED,"Sistema Bloqueado");
                return true;
            }
            if(listitem == 6)
            {
                OnPlayerCommandText(playerid,"/liberarpagamento");
                SendClientMessage(playerid, COLOR_LIGHTRED,"Sistema Bloqueado");
                return true;
            }
        }
        return true;
    }



Re: [Ajuda]Info HQ - Matheus_Ecko - 14.04.2012

ajuda ai