06.06.2017, 02:52
(
Последний раз редактировалось NealPeteros; 06.06.2017 в 04:42.
)
If you mean this
That's what I used
PHP код:
case DIALOG_MDC_911_CALLS1:
{
if(response)
{
new holder[500], string2[200];
format(string2, sizeof(string2), "%s\n", calls9110[2]);
strcat(holder, string2, sizeof(holder));
format(string2, sizeof(string2), "%s\n", calls9111[2]);
strcat(holder, string2, sizeof(holder));
format(string2, sizeof(string2), "%s\n", calls9112[2]);
strcat(holder, string2, sizeof(holder));
format(string2, sizeof(string2), "%s\n", calls9113[2]);
strcat(holder, string2, sizeof(holder));
format(string2, sizeof(string2), "%s\n", calls9114[2]);
strcat(holder, string2, sizeof(holder));
ShowPlayerDialog(playerid, DIALOG_MDC_911_CALLS2, DIALOG_STYLE_MSGBOX, "MDC Police - Page 2", holder, "Next Page", "Cancel");
}
}