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=477551)
Textdraws -
nuriel8833 - 24.11.2013
If I update my textdraw using TextDrawSetString() , do I have to put right after TextDrawShowForAll(); or it automatically updates it once I put the last somewhere in the script
Re: Textdraws -
Baboon - 24.11.2013
It auto updates.
I remember there was a bug once that it didn't update the TXD (picture of gtasa/samp) when I tried to update the string of the textdraw. If that bug is still around and you would like to use it in this case, use TextDrawShowForPlayer/ForAll too...