SA-MP Forums Archive
delete please - 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: delete please (/showthread.php?tid=465422)



delete please - Proph3t - 22.09.2013

delete please


Re: TEXTDRAW ERROR warning 204: symbol is assigned a value that is never used: - Patrick - 22.09.2013

Show us what the error says.


Re: delete please - Konstantinos - 22.09.2013

It's not an error is a warning.

It's like doing:
pawn Код:
new
    a
;
a = 10;
You set the a as 10 but it's never used anywhere.

It's not something to worry about, if you later show/hide the textdraws they will be used and disappear.

If you want to get rid of them though, just destroy the textdraws with TextDrawDestroy.