Dialog_list phonebook
#5

but how it actualy works? as i can see
strcat(string, "Hello,\n");
strcat(string, "my name is: "); (I need to put \n in here also, to send the new line?)
strcat(string, "[03]Garsino. "); ( and there also?)
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "strcat example", string, "Close", "");

I would need like
strcat(string, "Numbers\n");
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "strcat example", string, "Close", "");
it it appears me in windows dialog like
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Header", num1\nNum2\num3 and so on...., "Close", "");
Not easy to explain how it should look.
Reply


Messages In This Thread
Dialog_list phonebook - by ArmyOps - 14.03.2012, 21:41
Re: Dialog_list phonebook - by Lee_Percox - 14.03.2012, 22:10
Re: Dialog_list phonebook - by ArmyOps - 15.03.2012, 03:12
Re: Dialog_list phonebook - by Lee_Percox - 15.03.2012, 09:20
Re: Dialog_list phonebook - by ArmyOps - 15.03.2012, 10:19

Forum Jump:


Users browsing this thread: 1 Guest(s)