Help with TextDraw
#1

Hello
I've my textdraw text Doesnt Show on the Box

http://imgur.com/a/y9g9H

How to fix that ?
Reply
#2

You have to resize it properly, Pass your text draw code and I'll fix it for you..
Reply
#3

Quote:
Originally Posted by MiiSha
Посмотреть сообщение
You have to resize it properly, Pass your text draw code and I'll fix it for you..
pawn Код:
SEv2TD = TextDrawCreate(20.000000, 423.000000, "~r~O~W~ld ~G~S~W~tunt ~Y~F~W~reeroam");
    TextDrawLetterSize(SEv2TD, 0.259999, 1.300000);
    TextDrawAlignment(SEv2TD, 1);
    TextDrawColor(SEv2TD, -1);
    TextDrawSetShadow(SEv2TD, 0);
    TextDrawSetOutline(SEv2TD, 1);
    TextDrawBackgroundColor(SEv2TD, 51);
    TextDrawFont(SEv2TD, 3);
    TextDrawSetProportional(SEv2TD, 1);
Reply
#4

it is not the Text draw that you showed us in the screen, Anyway Add this :

Код:
TextDrawUseBox(YourTxtDraw, 1);
Reply
#5

That the Text oh lol
Reply
#6

Just show/create it after box. Now box is last, thats why its behind it.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)