SA-MP Forums Archive
\ in text "" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: \ in text "" (/showthread.php?tid=622552)



\ in text "" - xipxop7 - 23.11.2016

Is it possible to do so: (Возможно ли сделать так
TextDrawCreate(562.400085, 392.407379, "\");
without error: (Без ошибки
HTML Code:
error 037: invalid string (possibly non-terminated string)
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
Не только в TextDrawCreate не принимает данный символ "\"...
Not only TextDrawCreate It does not accept this symbol "\"...


Re: \ in text "" - Vince - 23.11.2016

https://dl.dropboxusercontent.com/u/.../pawn-lang.pdf

Page 99; Escape sequences.


Re: \ in text "" - xipxop7 - 23.11.2016

Thank you!!