14.11.2017, 07:02
you start at index 1 and go up to 4, arrays always start at 0, also you even used the wrong parameters for showplayerdialog
Can u even compile??
Also, no need to define unnecessary line breaks in your strings.
Anyways, look at this:
Can u even compile??
Also, no need to define unnecessary line breaks in your strings.
Anyways, look at this:
PHP код:
new index = random(sizeof(Questions));
new answers[CHECK HOW MUCH YOU NEED DAMN IT];
format(answers, sizeof(output), "%s\n%s\n%s", Questions[index][1], Questions[index][2],Questions[index][3]);
ShowPlayerDialog(playerid, DIALOG_ID, DIALOG_STYLE_LIST, Questions[index][0], answers, "Choose", "Cancel");