19.11.2018, 16:27
Still dosn't work...
Isn't that the correct use of this function?
I mean when I run the code is dosn't do anything...
Isn't that the correct use of this function?
Код HTML:
new string[100] = "Hello|n world[...]"; new output[100]; format(output, sizeof(output), "%s", ReplaceNewline(string)); ShowPlayerDialog(playerid, DIALOG_STYLE_MSGBOX, "Title", output, "Ok", "");