Im having a little trouble displaying a hudmessage. So far, I have:
Code:
set_hudmessage(200, 200, 0, 0.25, 0.47, 0, 6.0, 6.0, 1.5, 1.15, -1)
show_hudmessage(0, "Please welcome %s to the server. May your time here be enjoyable.",name)
And it displays exactly what its meant to.
Except, it shows it as:
Code:
Please welcome Willmaker to the server. May your time here be
enjoyable.
I would like it to show as:
Code:
Please welcome Willmaker to the server. May your time here be enjoyable.
Is it possible for it to show up on a single line, instead of the last word being put onto a second line?
__________________