[Ajuda] "VOLTAR DIALOG"
#5

Quote:
Originally Posted by PainNagato
Посмотреть сообщение
me ajuda nй

pawn Код:
if(dialogid == Tunar) // Menu
     {
        if(response) {
            if(listitem == 0) // Paintjobs
            {
                  ShowPlayerDialog(playerid, PaintJobs, DIALOG_STYLE_LIST, "Paintjobs", "Estilo 1 \nEstilo 2 \nEstilo 3", "Pintar!", "Voltar");
            }
            if(listitem == 1) // Cores
            {
                ShowPlayerDialog(playerid, Cores, DIALOG_STYLE_LIST, "Cores", "Preto \nBranco \nAzul Escuro \nAzul Claro \nVerde \nVermelho \nAmarelo \nRosa", "Pintar!", "Voltar");
            }
            if(listitem == 2) // Rodas
            {
                ShowPlayerDialog(playerid, Rodas, DIALOG_STYLE_LIST, "Rodas", "Shadow\nMega\nRimshine\nWires\nClassic\nTwist\nCutter\nSwitch\nGrove\nImport\nDollar\nTrance\nAtomic\nAhab\nVirtual\nAccess", "Selecionar", "Voltar");
            }
        }
        return 1;
    }

if(dialogid == PaintJobs)
{
    if(response)
    {
        // code
    }

    else ShowPlayerDialog(playerid, Tunar, DIALOG_STYLE_LIST, "{F63D00}# {FFFFFF}Tunar Menu", "PaintJobs\nCores\nRodas", "Selecionar", "Fechar");

}
vlw mano coloquei errado msm kkkk malz.. agora pego. @TOPICO FECHADO
Reply


Messages In This Thread
"VOLTAR DIALOG" - by best95 - 22.08.2016, 22:30
Re: "VOLTAR DIALOG" - by PainNagato - 22.08.2016, 22:57
Re: "VOLTAR DIALOG" - by best95 - 22.08.2016, 23:13
Re: "VOLTAR DIALOG" - by PainNagato - 22.08.2016, 23:20
Re: "VOLTAR DIALOG" - by best95 - 22.08.2016, 23:32
Re: "VOLTAR DIALOG" - by BobbMarley - 23.08.2016, 01:19

Forum Jump:


Users browsing this thread: 1 Guest(s)