14.03.2012, 22:10
Just add \n after each item, so if you have the above it would be:
ShowPlayerDialog(playerid, DIALOG_ID, DIALOG_STYLE_LIST, "Phone Numbers", "371293\n993812\n338123\n333812", "Select", "Cancel");
If that's what you were asking about. The actual loading them in from SQL would be a different story, have you already done that part?
ShowPlayerDialog(playerid, DIALOG_ID, DIALOG_STYLE_LIST, "Phone Numbers", "371293\n993812\n338123\n333812", "Select", "Cancel");
If that's what you were asking about. The actual loading them in from SQL would be a different story, have you already done that part?