01.04.2012, 22:14
Hey, I recently made a dialog with a few options the problem is the dialog has like 6 options
My problem is on the dialog
It says this
Unity Station
Los Santos Police Department /n Mall /n Airport / n Car dealership /n Bank
I thought /n put a space in a dialog
Please Help
Thank You So Much
- Unity Station
Los Santos Police Department
Mall
Airport
Car dealership
Bank
Код:
CMD:teleport(playerid, param[]) { ShowPlayerDialog(playerid, DIALOG_TELEPORT, DIALOG_STYLE_LIST, "Teleport Menu", "Unity Station \n Los Santos Police Department /n Mall /n Airport /n Car Dealership /n Bank", "Select", "Cancel"); return 1; }
It says this
Unity Station
Los Santos Police Department /n Mall /n Airport / n Car dealership /n Bank
I thought /n put a space in a dialog
Please Help
Thank You So Much