26.10.2009, 00:36
pawn Код:
for(new k=0; k<MAX_CARS; k++) {
format(ShowDlg,sizeof(ShowDlg),"%s%s\t%d$\n",ShowDlg,HouseCarName[k],HouseCarPrice[k]);
}
ShowPlayerDialog(playerid, id, DIALOG_STYLE_LIST, "House Car", ShowDlg, "Buy", "Cancel");

ShowDlg i set to [1024] cells.
At the end(after all format() ) ShowDlg have about 300 symbols and there is 17 list items. Maybe text limit in ShowPlayerDialog is less than 300 ? In sa-mp wiki limits doesn't say anything about dialogs..