SA-MP Forums Archive
Preview Model in Textdraws - 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: Preview Model in Textdraws (/showthread.php?tid=526233)



Preview Model in Textdraws - JonathanW - 16.07.2014

Hello there.I need help in the TextDrawSetPreviewModel function.
Well,when I use this...it creates a Box around the model.How to remove that box? In other words,..I want ONLY the Object ID(For example Car) with Transparent background.Possible?


Re: Preview Model in Textdraws - Vince - 16.07.2014

Set the background color to be transparent. Simple logic, no?


Re: Preview Model in Textdraws - JonathanW - 16.07.2014

I know it's really stupid,but can you give me that very Transparent Color?


Re: Preview Model in Textdraws - Blast3r - 16.07.2014

Errr just use 0?....


Re: Preview Model in Textdraws - [L]azy[H]aze - 16.07.2014

Could it be this ? TextDrawBackgroundColor(MyTextdraw, 0xFFFFFFFF);


Re: Preview Model in Textdraws - Pottus - 16.07.2014

If your using TextDrawSetPreviewModel your probably using the wrong type of textdraws you want per player textdraws.