close textdraw - 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: close textdraw (
/showthread.php?tid=310593)
close textdraw -
ThamburaaN - 13.01.2012
how to close a textdraw when i want to open another one.
ex: i got textdraw for /cmds and teles. when i /cmds i get that textdraw open. and when i /teles it overwrite on top of /cmds.. /cmds stays open. how to close it when i open another textdraw?
Re: close textdraw -
Kitten - 13.01.2012
What you're trying to say is confusing i believe what you need is this
pawn Код:
TextDrawHideForPlayer(playerid, Textdraw[playerid]);
Re: close textdraw -
ThamburaaN - 13.01.2012
i already got that when i press FIRE_KEY. but when i do /cmds and /teles same time i see both things on top of each other.
Re: close textdraw -
ThamburaaN - 13.01.2012
nvm. i figured it out .