[TextdrawEditor] How to delete background? - 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: [TextdrawEditor] How to delete background? (
/showthread.php?tid=657421)
[TextdrawEditor] How to delete background? -
R3SpaWn0 - 07.08.2018
Look the photo, i want to delete the background and let only the object.. how? It's not working when i say to change color... fucking shit man
https://imgur.com/a/VoXTVH3
Re: [TextdrawEditor] How to delete background? -
DBZdabIt3Bro7 - 07.08.2018
maybe... just maybe you need to decrease the transparency? :thinking:
Re: [TextdrawEditor] How to delete background? -
DerickClark - 07.08.2018
Maybe look in your code to remove the background
?. You the one who got the code but not posting it smh.
Re: [TextdrawEditor] How to delete background? -
hoanduy - 07.08.2018
You just do like this
if your Textdraw is type PlayerTextDraw
Quote:
PlayerTextDrawBoxColor(playerid, PlayerText:text, 0);
|
if your Textdraw is type Global Textdraw
Quote:
TextDrawBoxColor(Text:text, 0);
|