textdraw exit bug - 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 exit bug (
/showthread.php?tid=591457)
textdraw exit bug -
Karolukas123 - 12.10.2015
hey, can sameone show how to make, little script: I need if i open textdraw and press ESC textdraw close
Re: textdraw exit bug -
jlalt - 12.10.2015
PHP код:
if(clickid == Text:INVALID_TEXT_DRAW) {
// destroy your text here
}