28.12.2009, 18:24
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):
Here is a few examples I have to use a newline with:
I don't know why it happens though.
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");
Код:
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~ ");