TextDrawCreate~bug
#1

Why doesn't this prints first line(first 6 'Story'-s)? It only prints the shadow of that line and next 4 lines.
Код:
TextDrawDestroy(gPlayerTextD[playerid]);
gPlayerTextD[playerid]=TextDrawCreate(0,0,"Story Story Story Stroy Story Story~n~Story Story Story Stroy Story Story~n~Story Story Story Stroy Story Story~n~Story Story Story Stroy Story Story~n~Story Story Story Stroy Story Story~n~");
TextDrawUseBox(gPlayerTextD[playerid],1);
TextDrawShowForPlayer(playerid,gPlayerTextD[playerid]);
Reply
#2

try to set the color using this
https://sampwiki.blast.hk/wiki/TextDrawColor
and really if your using a box you should be setting that color as well.

look at the related links on that page for more info
Reply
#3

Thank you, now it's working. I thought the color is set by default. Anyways thank You very much !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)