Help with TextDraw - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with TextDraw (
/showthread.php?tid=628851)
Help with TextDraw -
Dangjai - 15.02.2017
Hello
I've my textdraw text Doesnt Show on the Box
http://imgur.com/a/y9g9H
How to fix that ?
Re: Help with TextDraw -
MiiSha - 16.02.2017
You have to resize it properly, Pass your text draw code and I'll fix it for you..
Re: Help with TextDraw -
Dangjai - 16.02.2017
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);
Re: Help with TextDraw -
MiiSha - 16.02.2017
it is not the Text draw that you showed us in the screen, Anyway Add this :
Код:
TextDrawUseBox(YourTxtDraw, 1);
Re: Help with TextDraw -
Dangjai - 16.02.2017
That the Text oh lol
Re: Help with TextDraw -
Rdx - 16.02.2017
Just show/create it after box. Now box is last, thats why its behind it.