show string value in dialog_style_msgbox
#2

You want a variable printing into a dialog?

Код:
new string[128];

format(string, sizeof(string), "This is a message test for the dialog string. \n\rPlease say abracadabra after me.");

ShowPlayerDialog(playerid, DIALOG_WELCOME, DIALOG_STYLE_MSGBOX, "Important Message", string, "Close", "");
Reply


Messages In This Thread
show string value in dialog_style_msgbox - by karolis11234 - 19.02.2014, 15:08
Re: show string value in dialog_style_msgbox - by Kyle - 19.02.2014, 15:09
Re: show string value in dialog_style_msgbox - by karolis11234 - 19.02.2014, 15:19
Re: show string value in dialog_style_msgbox - by mamorunl - 19.02.2014, 15:24

Forum Jump:


Users browsing this thread: 1 Guest(s)