SA-MP Forums Archive
[Include] Dialog Center Text - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] Dialog Center Text (/showthread.php?tid=625090)

Pages: 1 2 3


Re: Dialog Center Text - Max_Andolini - 17.07.2017

When 2?


Re: Dialog Center Text - Geebrox - 19.07.2017

Awesome!!

But I have one question:

Quote:

How to use
There's no new functions..
To make text on middle dialog you must use
PHP код:
\\
at first place in new line

What if I use \\c not at first place in new line? Can I use it in other position too? Smthng like this:
PHP код:
new str[512];  
format(strsizeof(str), "\
    {FFFFFF}Welcome back, \\cPlayer_Name\n\
    {FFFFFF}Please, insert your password in box below\
"
); 



Re: Dialog Center Text - Paulice - 19.07.2017

Quote:
Originally Posted by Geebrox
Посмотреть сообщение
Awesome!!

But I have one question:



What if I use \\c not at first place in new line? Can I use it in other position too? Smthng like this:
PHP код:
new str[512];  
format(strsizeof(str), "\
    {FFFFFF}Welcome back, \\cPlayer_Name\n\
    {FFFFFF}Please, insert your password in box below\
"
); 
You could try it in-gane and find out what happens.


Re: Dialog Center Text - Jay_Dixon - 09.08.2018

I like your dialog style, how'd you get that?


Re: Dialog Center Text - Ivan_Ino - 09.08.2018

Quote:
Originally Posted by Jay_Dixon
Посмотреть сообщение
I like your dialog style, how'd you get that?
I had that GUI, but I lost it, if I find it again, i'll give it to you


Re: Dialog Center Text - racpa - 08.01.2019

hey my dude, good job with this one!