Mission label
#21

^ Why not just make a bigger box instead of that mess?

These two are responsible for your box:
PHP код:
TextDrawUseBox(textdraw1); // enable box
TextDrawTextSize(textdraw142.0000000.000000); // "142.000000" is the width of your box, higher it is the more text will fit in one line 
Once you have your desired box size, you can simply just put plain text and the line will break when characters reach the width of box and a new line will continue the later text. You don't need "~n~" to break lines manually.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)