Textdraw box disappears when using TDSetString - 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: Textdraw box disappears when using TDSetString (
/showthread.php?tid=549440)
Textdraw box disappears when using TDSetString -
.Mento - 06.12.2014
I have 2 background boxes (they don't have any text in them), when using TextDrawSetString the first box completely disappears when I use TextDRawSetString on 4 other textdraws, that do not have any box.
Why does this happen?
Re: Textdraw box disappears when using TDSetString -
Kaperstone - 06.12.2014
Check if the string isn't empty by outputing the array text into the console and make sure you're showing the textdraw to the player (
TextDrawShowForPlayer)
Re: Textdraw box disappears when using TDSetString -
.Mento - 06.12.2014
It's fixed already, thanks!