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

More suggests pls

