16.02.2014, 06:04
(
Last edited by Cvnnor; 16/02/2014 at 06:48 AM.
)
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
}