Dialog help
#2

You would put your ShowPlayerDialog there again.

Код:
	else if( dialogid == DIALOG_MOTOZAS )
                {
			if( !response )
                        {
                                return 1;
                        }
                        if( listitem == 0)
                        {
             		SendClientMessage(playerid,-1,"Blablabla");
                         ShowPlayerDialog(playerid, DIALOG_MOTOZAS, DIALOG_STYLE_LIST, "Help", Help 1\nHelp 2, "Ok", "Exit");

                        }
                        if( listitem == 1)
                        {
                        SendClientMessage(playerid,-1,"GoatGoat");
                        ShowPlayerDialog(playerid, DIALOG_MOTOZAS, DIALOG_STYLE_LIST, "Help", Help 1\nHelp 2, "Ok", "Exit");

                        }
                 }
Reply


Messages In This Thread
Dialog help - by Slicebook - 16.04.2014, 23:18
Re: Dialog help - by StuartD - 16.04.2014, 23:42

Forum Jump:


Users browsing this thread: 1 Guest(s)