Huge PlayerDialog
#1

Hello,

I was wondering about how to solve this problem:
The CONTENT with the text to show in ShowPlayerDialog is mostly in the function itself (if not then in a string)..

BUT: What if this text is so long, that you get errors? Is there any way how to continue the text at the next line?

Regards
Reply
#2

You can use "\" to continue a string to the next line, e.g:
pawn Код:
...REALLY LONG LINE! \
Much shorter line."
Reply
#3

Wow nice Thank you very much!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)