mysql save.
#4

You have to use an escape character..

Normal:
pawn Код:
format(something, sizeof(something), "Something is HERE");
And split into two lines:
pawn Код:
format(something, sizeof(something), "Something is \
HERE"
);
That character will let you continue the string on a new line.
Reply


Messages In This Thread
mysql save. - by budelis - 24.12.2011, 08:46
Re: mysql save. - by Jeffry - 24.12.2011, 08:59
Re: mysql save. - by budelis - 24.12.2011, 10:07
Re: mysql save. - by Joe_ - 24.12.2011, 10:25
Re: mysql save. - by budelis - 24.12.2011, 11:57

Forum Jump:


Users browsing this thread: 2 Guest(s)