20.08.2010, 09:38
pawn Код:
new String[256];
format(String,256,"Property Owner\n");
for(new i = 0; i < MAX_PROPERTIES; i++)
{
format(String,256,"%s\n%s %s", String, prop[i][Name], prop[i][OwnerName]);
}
ShowPlayerDialog(playerid,35,DIALOG_STYLE_MSGBOX," Properties", String,"Close","Close");