"\" in textdraws
#1

Hi, sorry if the post is already requested, but i haven't found nothing about this.

Now to the problem:

I have created with the useful Zamaroht's "Textdraw Editor" a speedometer graphic (as you can see in the screen)



But when i must insert the code into pawn, i reach this error code:

Код:
C:\Users\Ruben\Desktop\SGW!\filterscripts\ce.pwn(48) : error 037: invalid string (possibly non-terminated string)
C:\Users\Ruben\Desktop\SGW!\filterscripts\ce.pwn(48) : warning 215: expression has no effect
C:\Users\Ruben\Desktop\SGW!\filterscripts\ce.pwn(48) : error 001: expected token: ";", but found ")"
C:\Users\Ruben\Desktop\SGW!\filterscripts\ce.pwn(48) : error 029: invalid expression, assumed zero
C:\Users\Ruben\Desktop\SGW!\filterscripts\ce.pwn(48) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Code:
Textdraw1 = TextDrawCreate(618.000000, 325.000000, "\");

The code is referring at the "\" (in the picture, is in the right)
Because in fact when i put Textdraw1 = TextDrawCreate(618.000000, 325.000000, "someothertext"); it works!




Solutions?
Reply


Messages In This Thread
"\" in textdraws - by |-Ruben-| - 05.12.2011, 14:10
Re: "\" in textdraws - by Pinguinn - 05.12.2011, 14:16
Re: "\" in textdraws - by MP2 - 05.12.2011, 14:22
Re: "\" in textdraws - by |-Ruben-| - 05.12.2011, 14:23
Re: "\" in textdraws - by Hiddos - 05.12.2011, 14:24
Re: "\" in textdraws - by |-Ruben-| - 05.12.2011, 14:26

Forum Jump:


Users browsing this thread: 1 Guest(s)