Next dialog box when i click OK
#10

pawn Код:
new ondialog[MAX_PLAYERS];
//When they type /cmds
ondialog[playerid] = 0;
//under public OnDialogRespone
if(dialogid == 1)
{
    if(response)//They pressed next
    {
        switch(ondialog[playerid])
        {
            case 0:
            {
                ondialog[playerid]++;
                ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"COmmands",/*Message*/,"NEXT","EXIT");
            }
//and all other case
//for last dialog remove next button
        }
    }
}
Reply


Messages In This Thread
Next dialog box when i click OK - by P<3TS - 13.08.2012, 12:02
Re: Next dialog box when i click OK - by Jstylezzz - 13.08.2012, 12:09
Re: Next dialog box when i click OK - by P<3TS - 13.08.2012, 12:24
Re: Next dialog box when i click OK - by P<3TS - 13.08.2012, 13:19
Re: Next dialog box when i click OK - by kickerbat - 13.08.2012, 14:10
Re: Next dialog box when i click OK - by P<3TS - 13.08.2012, 14:17
Re: Next dialog box when i click OK - by CROSS_Hunter - 13.08.2012, 14:35
Re: Next dialog box when i click OK - by zT KiNgKoNg - 13.08.2012, 14:37
Re: Next dialog box when i click OK - by P<3TS - 15.08.2012, 09:26
Re: Next dialog box when i click OK - by [MM]RoXoR[FS] - 15.08.2012, 09:48

Forum Jump:


Users browsing this thread: 1 Guest(s)