Dialog
#1

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

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

Thanks man
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)