SA-MP Forums Archive
[Ajuda] Text Draw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Text Draw (/showthread.php?tid=301526)



[Ajuda] Text Draw - cotonete - 04.12.2011

como eu quebro a linha?


Re: [Ajuda] Text Draw - Hardware - 04.12.2011

\n ?


Re: [Ajuda] Text Draw - ViniBorn - 04.12.2011

Код:
'\a' Audible alarm (beep)
'\b' Backspace
'\e' Escape
'\f' Formfeed
'\n' Newline
'\r' Carriage Return
'\t' Horizontal tab
'\v' Vertical tab
'\n' n the escape character
'\'' ' single quote
'\"' " double quote
'\% % percent sign
'\ddd;' character code with decimal code \ddd"
'\xhhh;' character code with hexadecimal code \hhh"
Fonte: pawn-lang.pdf


Re: [Ajuda] Text Draw - cotonete - 04.12.2011

\n nгo quebra no format do textdraw ^^


Re: [Ajuda] Text Draw - .Unnamed - 04.12.2011

Tente:
pawn Код:
~n~