08.09.2012, 13:39
It doesn't work like that. Use \n inside the string to create new lines.
or alternatively
Edit: What the fuck?! Four replies!
pawn Код:
"a\nb\nc"
pawn Код:
"a\n\
b\n\
c"

