SA-MP Forums Archive
Textdraw Boxes - 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 Boxes (/showthread.php?tid=455168)



Textdraw Boxes - arjanforgames - 31.07.2013

Quick question: How do you make those half visible (transparant) textdraw boxes?


Re: Textdraw Boxes - JimmyCh - 31.07.2013

pawn Код:
TextDrawBoxColor(Text:text, 0x000000AA);
This has a semi-transparent black box opacity.