Help with dialog [+REP]
#9

Eh , first create the first page then, add it to ondialogresponse and if the player pressed Next it shows him a new dialog, etc... it isnt really hard to make
pawn Код:
if(dialogid == D_CMDS1)
    {
        if(response) // Pressing 1st button
        {
            ShowPlayerDialog(playerid, D_CMDS2, ................)
        }
        return 1;
    }
if(dialogid == D_CMDS2)
    {
  ............
and you go as much as you like

read this : https://sampwiki.blast.hk/wiki/OnDialogResponse
Reply


Messages In This Thread
Help with dialog [+REP] - by Ruffian - 31.08.2012, 18:35
Re: Help with dialog [+REP] - by ThePrograme - 31.08.2012, 18:49
Re: Help with dialog [+REP] - by Ruffian - 31.08.2012, 18:57
Re: Help with dialog [+REP] - by ThePrograme - 31.08.2012, 18:59
Re: Help with dialog [+REP] - by Ruffian - 31.08.2012, 20:10
Re: Help with dialog [+REP] - by XGh0stz - 31.08.2012, 20:51
Re: Help with dialog [+REP] - by Ruffian - 31.08.2012, 21:36
Re: Help with dialog [+REP] - by Ruffian - 31.08.2012, 23:25
Re: Help with dialog [+REP] - by MarkoN - 31.08.2012, 23:51
Re: Help with dialog [+REP] - by Ruffian - 01.09.2012, 01:20

Forum Jump:


Users browsing this thread: 4 Guest(s)