19.02.2014, 15:09
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", "");