how to make it black behind 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: how to make it black behind textdraw? (
/showthread.php?tid=314000)
how to make it black behind textdraw? -
niels44 - 28.01.2012
hey guys,
how do i make it a little bit black behind a textdraw.. like this:
can anyone tell me?
greets niels
Re: how to make it black behind textdraw? -
Niko_boy - 28.01.2012
use
TextDrawCreateBox
and color with 000000
as far i know its like this only and may be transparency
or...
ucan create a blank
TextdrawCreate(x,y, " ");
and then create box
+ differntfunction of
textdraws
Re: how to make it black behind textdraw? -
niels44 - 28.01.2012
ah thnx for help