12.10.2016, 13:36
Quote:
|
I understand this, I mean I can't make this message huge? Like add much more then it can hold in 1 line..
|
PHP код:
new string[1000];
strcat(string, "Hello world\nMore lines\n\nMore more lines.");
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Test", string, "Close", "");


