24.12.2011, 10:25
You have to use an escape character..
Normal:
And split into two lines:
That character will let you continue the string on a new line.
Normal:
pawn Код:
format(something, sizeof(something), "Something is HERE");
pawn Код:
format(something, sizeof(something), "Something is \
HERE");