13.03.2019, 10:43
Hi i want to have about 25 line in dialog (list) but it will not show anything and not responde , and have some thing in samp server exe like array index out of bounse its ok with 15 list item but i want 25
Код:
static str[3500],head[3500];
strcat(head,"Name\n");
for(new i=0; i < 25; i++) //edit
{
format(str, sizeof(str), "%d {f9dfc5}%s\n", i,ClanN[listitem][i]);
strcat(head,str);
}
ShowPlayerDialog(playerid, DIALOG_head,DIALOG_STYLE_TABLIST_HEADERS, "List", head, "Done", "");


