SA-MP Forums Archive
Dialog - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Dialog (/showthread.php?tid=390822)



Dialog - Zex Tan - 08.11.2012

Can I create two dialog style list and how can i make two dialog to respone?


Re: Dialog - Gangster-rocks - 08.11.2012

Easy like this:
pawn Код:
if(dialogid == YOUR_DIALOG_ID)
    {
        if(response)
        {
            //your code here
        }
    }
    if(dialogid == YOUR_DIALOG_ID)
    {
        if(response)
        {
            //your code here
        }
    }



Re: Dialog - Zex Tan - 08.11.2012

Thanks man


Re: Dialog - Zex Tan - 08.11.2012

Not sure of using y_dialog because I dont get use to it