Hello everybody! I'm new to Pawn scripting, and I would like to know if there is a way to break the line using "\n" in the GameTextForPlayer function. I tried, but the text remains on the same line, if it's possible, what did I do wrong? Below is the line of code I'm using, I would be very grateful if someone could answer my question.
GameTextForPlayer(playerid, "LINE ONE\nLINE TWO", 6000, 6);
I searched the web, but I couldn't find anything similar, so I decided to ask here on the forum, sorry for the silly question.