SA-MP Forums Archive
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: TextDraws. (/showthread.php?tid=388712)



TextDraws. - budelis - 30.10.2012

Hi,

I want to make textdraw text player can't see them, what color i have to use? or box color.


Re: TextDraws. - Hade. - 30.10.2012

I dont undestand u want to make a textdraw witch a player cant see?


Re: TextDraws. - budelis - 30.10.2012

Yes.


Re: TextDraws. - iggy1 - 30.10.2012

Use the TextDrawHideForPlayer function, or just do not show it to players.

EDIT:
Also if you use hex colors you can set the alpha to 00 making it transparent.

Eg,
pawn Код:
0xFF0000FF
To
pawn Код:
0xFF000000
But i'd use the function since that's what it was created for.