Textdraw - Last character
#5

I've seen this before, all I did was though add a new line to the textdraw (thus meaning the newline wouldn't be displayed).

But.. it doesn't always happen.
Here is a few examples of textdraws (that work):
Код:
#define CUSTOM_GREETING "THIS SERVER IS DEVOTED TO RACING, PLAY BY OUR ~y~/RULES ~w~OR DON'T PLAY AT ALL"
DisplayScreen[2] = TextDrawCreate(75.0, 375.0, CUSTOM_GREETING);
Код:
	DisplayScreen[3] = TextDrawCreate(10.0, 424.0, "     ~W~ADRENALINE~R~X~n~	  ~y~DESIGNED BY RAC~R~3~y~R");
Here is a few examples I have to use a newline with:
Код:
DisplayScreen[6] = TextDrawCreate(585.0, 177.0, " RACE LEADERS ~n~");
Код:
DisplayScreen[7] = TextDrawCreate(630.0, 173.0, " ~n~1~n~2~n~3~n~4~n~5~n~6~n~7~n~8~n~9~n~10~n~11~n~12~n~ ");
I don't know why it happens though.
Reply


Messages In This Thread
Textdraw - Last character - by Rimeau - 27.12.2009, 20:05
Re: Textdraw - Last character - by MerLow - 28.12.2009, 10:06
Re: Textdraw - Last character - by Babul - 28.12.2009, 15:08
Re: Textdraw - Last character - by Rimeau - 28.12.2009, 18:15
Re: Textdraw - Last character - by Rac3r - 28.12.2009, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)