Question about \t in Dialogs - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Question about \t in Dialogs (
/showthread.php?tid=270096)
Question about \t in Dialogs -
[SFC]Infinity - 19.07.2011
I just want to ask:
What happens when \t is in/at the dialog?
It is like \n?
Re: Question about \t in Dialogs -
Joe Staff - 19.07.2011
You could try it........ It just places an indentation
Re: Question about \t in Dialogs -
Donya - 19.07.2011
\n is new line
\t is tab aka it will tab the line
Joe Staff beat me
Re: Question about \t in Dialogs -
[SFC]Infinity - 19.07.2011
Thanks!!!
I've tried it and i see what happens now