Textdraw symbols
#1

Hello everybody. I use in my designs a lot of symbols also most popular for me is " \ " is that symbol.But when I compile this in PAWN then program shows me errors.... Here are errors
Код:
sGUI.pwn(481) : error 037: invalid string (possibly non-terminated string)
sGUI.pwn(481) : warning 215: expression has no effect
sGUI.pwn(481) : error 001: expected token: ";", but found ")"
sGUI.pwn(481) : error 029: invalid expression, assumed zero
sGUI.pwn(481) : fatal error 107: too many error messages on one line
Line is :
pawn Код:
Textdraw35 = TextDrawCreate(330.000000, 157.000000, "\");
Anyone can help me how to fix?
Reply
#2

Escape it with another backslash.
Reply
#3

You could probably try "\\" instead.

And Vince beat me to it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)