Textdraw easy help - 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: Textdraw easy help (
/showthread.php?tid=626773)
Textdraw easy help -
Hunud - 20.01.2017
Helo
How do i remove black box in preview model ? I was set like this
TextDrawUseBox(Textdraw, true);
TextDrawBoxColor(textdraw, 0xFFFFFFFF);
but no work black box is still there! I want remove it!
Re: Textdraw easy help -
MiiSha - 20.01.2017
SORRY! I DOUBLE POSTED BY ACCIDENT !
[PLEASE REMOVE]
Re: Textdraw easy help -
MiiSha - 20.01.2017
if I get the problem right .. maybe you should use TextDrawDestroy or Hide to get rid of the box .. Bcuz the box is a part of the whole TextDraw Function ..
P.S : I'm so sorry if I'm wrong .. Just tryinna' help ^^
Re: Textdraw easy help -
Hunud - 20.01.2017
solved!