SA-MP Forums Archive
How to remove black line - 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 remove black line (/showthread.php?tid=481923)



How to remove black line - Lidor124 - 18.12.2013

Hey all
in the following screenshot there is a black line in the bottom of GPS, i want only "Temple" street for example will be shown and the black line will be removed. what is the function for that?




second question:
I want to remove the life bar of the car, what the functions for that and i will find how to delete it, its Non-RP

thanks in advance


Re: How to remove black line - Vince - 18.12.2013

The background is probably a separate textdraw altogether, so look for a textdraw being created without text. Usually " " (space) or "_".

For the health thingy, look at Create3DTextLabel.


Re: How to remove black line - ReD_HunTeR - 18.12.2013

find a textdraw that have textdrawusebox and textdrawcreate(........ " " or "_" )
and show us here.