19.07.2012, 17:18
Show another dialog ?
pawn Код:
case DIALOG_QUIZ: {
switch(listitem) {
case 0: {
SetPVarInt(playerid, "quiz", 1);
SendClientMessage(playerid, COLOR_YELLOW, "Brilliant! You have answered the question successfully.");
ShowPlayerDialog(next question);
SetPVarInt(playerid, "quiz2", 1);
}

