[Ajuda] Problemas na funзгo OnDialogResponse
#2

pawn Код:
//----------------------------------------------------------------------Defineґs
#define     D_SEXO

//-------------------------------------------------------------------------ZCMD
CMD:sexo(playerid, params[])
{
    ShowPlayerDialog(playerid, 50, DIALOG_STYLE_MSGBOX, "{FFA500}"SERVER_NAME" - Registration", "{FFFFFF}Select you sex:", "Male", "Female");
}

//--------------------------------------------------------------OnDialogResponse
    switch(dialogid)
    {
        case D_SEXO;
        {
            if(response)
            {
                switch(listitem)
                {
                    //Lista do D_SEXO
                    case 0: //FUNЗГO AQUI CASO ELE SELECIONE A OPЗГO MASCULINO
                    case 1: //FUNЗГO AQUI, CASO ELE SELECIONE A OPЗГO FEMININO
                }
            }
        }
    }
Tente isso, boa sorte!!
Reply


Messages In This Thread
(Resolvido) Problemas na funзгo OnDialogResponse - by Strike_Legends - 01.05.2013, 05:37
Re: Problemas na funзгo OnDialogResponse - by Bruno Bastos - 01.05.2013, 14:43
Re: Problemas na funзгo OnDialogResponse - by PT - 01.05.2013, 23:43

Forum Jump:


Users browsing this thread: 1 Guest(s)