29.07.2011, 19:27
(
Последний раз редактировалось iPLEOMAX; 29.07.2011 в 20:07.
)
Ok guys, I created a new textdraw, here:
but due to the character "\" i get these errors:
Is there a way i could have my string the way i want without any errors?
pawn Код:
TDAF[3] = TextDrawCreate(471.000000, 241.000000, "\");
Код:
C:\***\gamemodes\***.pwn(895) : error 037: invalid string (possibly non-terminated string) C:\***\gamemodes\***.pwn(895) : warning 215: expression has no effect C:\***\gamemodes\***.pwn(895) : error 001: expected token: ";", but found ")" C:\***\gamemodes\***.pwn(895) : error 029: invalid expression, assumed zero C:\***\gamemodes\***.pwn(895) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.