So, I made a dialog.....
#1

Hey, I recently made a dialog with a few options the problem is the dialog has like 6 options
  • Unity Station
    Los Santos Police Department
    Mall
    Airport
    Car dealership
    Bank
My code is this


Код:
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;
}
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
Reply
#2

I PMed you the solution already :P
Reply
#3

put

Код:
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");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)