SA-MP Forums Archive
Text draw problem - 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: Text draw problem (/showthread.php?tid=414584)



Text draw problem - sscarface - 09.02.2013

when player do /cmds and then "select number 1| so they look like this (lookt at photo) i want the first one should be removed and they gave you "select 1" textdraw.


Re: Text draw problem - Scenario - 09.02.2013

You need to hide/destroy the TD before you show another one in the same place, since they are obviously overlapping.

Use TextDrawHideForPlayer and make it hide the TD's you have up on the screen before you do the /cmds command!