Making these dialogs with "Next Page" and "Close"
#2

Place this code in OnDialogResponse under the dialog id that you're using for each rule set. I would recommend changing up the ID's of the dialog's (for example: DIALOG_A1CMD & DIALOG_A2CMD) to make it easier to navigate however it's not needed. If you don't get what I am saying then just reply and I will write it out for you.

pawn Code:
if(response) // checks to see if user clicked next page
{
     // ShowPlayerDialog function goes here and then do all that good stuff in OnDialogResponse
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)