What's bad in this line?
#4

Either

pawn Код:
ShowPlayerDialog(playerid,MYVEHICLE4,DIALOG_STYLE_LIST,"Locate Vehicles","\"string1\"\n\"string2\"\n\"string3\"\n\"string4\"\n\"string5,"Locate","Back");
Or

pawn Код:
ShowPlayerDialog(playerid,MYVEHICLE4,DIALOG_STYLE_LIST,"Locate Vehicles","string1\nstring2"\nstring3\nstring4\nstring5,"Locate","Back");
Or

pawn Код:
new stringhaha[128];
format(stringhaha, 128, "%s\n%s\n%s\n%s\n%s", string1, string2, string3, string4, string5);
ShowPlayerDialog(playerid,MYVEHICLE4,DIALOG_STYLELIST,"Locate Vehicles", stringhaha, "Locate", "Back");
Reply


Messages In This Thread
What's bad in this line? - by Ben147 - 17.06.2010, 19:07
Re: What's bad in this line? - by NewTorran - 17.06.2010, 19:08
Re: What's bad in this line? - by Ben147 - 17.06.2010, 19:11
Re: What's bad in this line? - by NewTorran - 17.06.2010, 19:15
Re: What's bad in this line? - by Ben147 - 17.06.2010, 19:40

Forum Jump:


Users browsing this thread: 2 Guest(s)