05.03.2011, 18:38
Hi.
The msgbox pops up, but when I click next page, ntohing happends? :S
Here is the code, i took out of dialogresponse
The msgbox pops up, but when I click next page, ntohing happends? :S
Here is the code, i took out of dialogresponse
pawn Код:
case 6:
{
ShowPlayerDialog(playerid, 5, DIALOG_STYLE_MSGBOX, "Rules Part 1 out of 2", "Testttt...", "Next Page", "Cancel");
}
}
if(dialogid == 5)
{
if(response)
{
ShowPlayerDialog(playerid, 6, DIALOG_STYLE_MSGBOX, "Rules Part 2 out of 2", "Testttttttttttt", "Ok", "Back");
}
else if(!response)
{
return 1;
}
}