SA-MP Forums Archive
huge 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: huge dialog (/showthread.php?tid=648251)



huge dialog - rhash - 18.01.2018

hi.

can anyone help me with creating dialog like this one?

massives don't work for this one




Re: huge dialog - Beckett - 18.01.2018

It's no different than any other dialog, just has a big string.


Re: huge dialog - FailerZ - 18.01.2018

Put the backward slash '\' to write in different lines while coding.
Example:
PHP код:
"This is verrrrrry biig text \
It needs a seconds line to fit..However this is all will be in one line \n\
This will appear on the next line" 
NOTE: Don't mix between code lines and dialog lines (\n)


Re: huge dialog - rhash - 18.01.2018

Quote:
Originally Posted by FailerZ
Посмотреть сообщение
Put the backward slash '\' to write in different lines while coding.
Example:
PHP код:
"This is verrrrrry biig text \
It needs a seconds line to fit..However this is all will be in one line \n\
This will appear on the next line" 
NOTE: Don't mix between code lines and dialog lines (\n)
thanks mate