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