15.02.2017, 23:52
Help with TextDraw
16.02.2017, 00:34
You have to resize it properly, Pass your text draw code and I'll fix it for you..
16.02.2017, 00:39
Quote:
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);
16.02.2017, 00:56
it is not the Text draw that you showed us in the screen, Anyway Add this :
Код:
TextDrawUseBox(YourTxtDraw, 1);
16.02.2017, 00:57
That the Text oh lol
16.02.2017, 08:09
Just show/create it after box. Now box is last, thats why its behind it.
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)