Dialog List Style
#2

pawn Код:
case DIALOG_HELP:
                {
                    if(response)
                    {
                        switch(listitem)
                        {
                        case 0:
                        {
                            ShowPlayerDialog(playerid, DIALOG_INFO, DIALOG_STYLE_MSGBOX, "Help - INFO", "/help - Iti afiseaza meniul de help\n/stats (playerid) - Iti afiseaza stats-urile tale sau ale unui alt jucator\n ", "Inchide", "");
                        }
                        case 1:
                        {
                            ShowPlayerDialog(playerid, DIALOG_RPG, DIALOG_STYLE_MSGBOX, "Help - RPG", "/licenta - Ia-ti licenta de condus\n/payday - Iti afiseaza cat mai ai pana la PayDay-ul urmator\n/buylevel - Faci level-ul atunci cand ai destule RP-uri\n ", "Inchide", "");
                        }
                        }
                    }
                }
pawn Код:
CMD:help(playerid, params[])
{
    ShowPlayerDialog(playerid, DIALOG_HELP, DIALOG_STYLE_LIST, "Help", "1. Info \n2. RPG", "Select", "Inchide");
    return 1;
}
Reply


Messages In This Thread
Dialog List Style - by andreistalker - 13.01.2016, 14:39
Re: Dialog List Style - by Eth - 13.01.2016, 14:42
Re: Dialog List Style - by andreistalker - 13.01.2016, 14:45

Forum Jump:


Users browsing this thread: 1 Guest(s)