SA-MP Forums Archive
Empty row in a 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: Empty row in a dialog? (/showthread.php?tid=597243)



Empty row in a dialog? - thefirestate - 28.12.2015

Alright guys, I've a question. I was making a dialog today which should went like that:

FIRSTLISTITEM
SECONDLISTITEM


THIRDLISTITEM
FOURTHLISTITEM

So, my question is, how to make this two empty rows? They would be listitem number 2 and 3 and if they are I will simply re-show the same dialog however, I've been stuggling with this a while, I've tried adding \n\n\n but it still got showed like:

FIRSTLISTITEM
SECONDLISTITEM
THIRDLISTITEM
FOURTHLISTITEM

So, any ideas?


Re: Empty row in a dialog? - SsHady - 28.12.2015

maybe you can use the invisible character which is made by using Alt + (NumPad code)
\n \n
The alt code for that invisible character is alt + 0163
Press Alt and then type that code using the Numpad.. Hope it works for you!


Re: Empty row in a dialog? - [XST]O_x - 28.12.2015

Try adding a space between them. I believe it counts as a character.


Re: Empty row in a dialog? - thefirestate - 28.12.2015

Ј this character was showed after typing the code but it wasn't so invisible tho'. However, I added space between the \n so it would be \n \n \n and it actually worked and make an empty row so, thanks to you two for the help.


Re: Empty row in a dialog? - Mic_H - 28.12.2015

Could you show us the script snippet? We can help better if u do..


Re: Empty row in a dialog? - [XST]O_x - 28.12.2015

Quote:
Originally Posted by Mic_H
Посмотреть сообщение
Could you show us the script snippet? We can help better if u do..
He said that the problem is solved.