Dialog - 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)
+--- Thread: Dialog (
/showthread.php?tid=413484)
Dialog -
teomakedonija - 05.02.2013
Hi scripters.I need help with dialog i want to make dialog like this
http://zaslike.com/files/1itzj0h64qcge0jwb2.png but i want this with SPACE but not working with space how to make this ?? REP !
Re: Dialog [REP ++] -
Pangea - 05.02.2013
Use tabs.
Like in any text editor where you just press the TAB-button, you can use "\t" in dialogs to use 1 tab.
\t\t\t will represent 3 tabs.
You'll need to play with this a little to get the perfect alignment because the length of the text on the left can interfere with the amount of tabs you'll need for the right column.
Re: Dialog [REP ++] -
Franx - 05.02.2013
You need to use \n for new lines
And \t for spaces
Re: Dialog [REP ++] -
teomakedonija - 05.02.2013
Thanks

Repped