23.02.2013, 17:07
Hi all,
I have kind of a weird thing here..
When I use \n in a format function, like this one here:
The \n is ignored, and the text is on one line.
This works in my login dialog, but not in the sent messages.
Anything I'm doing wrong here?
I have kind of a weird thing here..
When I use \n in a format function, like this one here:
pawn Code:
format(string,128,"Welcome %s , thanks for logging in!\nYour last login was on: %d-%d-%d , from IP adress: %s",...);
This works in my login dialog, but not in the sent messages.
Anything I'm doing wrong here?