SA-MP Forums Archive
see thru 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: see thru Textdraw? (/showthread.php?tid=453171)



see thru Textdraw? - Yves - 24.07.2013

Hello guys.

i have been thinking how do ppl get them see thru textdraw is it a color or something if so can you give me the color code for it.


Re: see thru Textdraw? - PrinceKumar - 24.07.2013

Use alpha in color code it will make your color a little transparent


Re: see thru Textdraw? - Rillo - 24.07.2013

Yes it is the color and it depends how you make them. If you use a Textdraw editor like iPLOMAX's or Zamaroht's then when picking the color for the Box use the RGB option and enter the color codes like so:

0 0 0 0

The first three are for Red Green Blue and the last one is the Transparency/Opacity which is what makes it see thru, the maximum you can set it to is 255 and the minimum is 0 which will make it invisible. So if you set that to 100 is will be transparent, if you want it less transparent then go higher like 130, 155, 164... anything between 0 to 255.

Hope that explains how to make them, just ask if you still don't understand.


Re: see thru Textdraw? - Yves - 24.07.2013

Alright guys Thanks for telling me really helpful. both of you