Changing box color after TD creation? - 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: Changing box color after TD creation? (
/showthread.php?tid=334794)
Changing box color after TD creation? -
iTorran - 15.04.2012
The system I'm making requires that the color of a textdraw's box change depending on the item you pick.
I thought this was going to be rather easy until I found out you cannot set the box color after creation.
Is there anyway around this? I need to set the box color atleast a few times after creation.
Re: Changing box color after TD creation? -
MP2 - 15.04.2012
Hide and show again.
Re: Changing box color after TD creation? -
Kar - 15.04.2012
Quote:
Originally Posted by MP2
Hide and show again.
|
no need to hide, just do TextDrawShowForPlayer(playerid, Text:textdrawid); again or PlayerTextDrawShow (if your using per-player textdraws on 0.3e)