05.12.2011, 14:10
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:
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?
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.
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?