SA-MP Forums Archive
used: "ST" - 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: used: "ST" (/showthread.php?tid=514066)



used: "ST" - hillko - 19.05.2014

C:\Users\User\Desktop\W-A.pwn(42464) : warning 203: symbol is never used: "ST"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.


Re: used: "ST" - PaulDinam - 19.05.2014

there's a variable declared as 'ST' and it has never been used in your script, hard to read?


Re: used: "ST" - NaClchemistryK - 19.05.2014

And what's with this warning? posted this so we can read it? gosh, ask us what you want..
This warning actually doesn't matter. It means you have a variable that has not been used.
But if you still want to fix this, just remove the variable "ST".


Re: used: "ST" - hillko - 19.05.2014

and how to remove it?


Re: used: "ST" - PaulDinam - 19.05.2014

Search for "ST" by pressing CTRL + F and just remove it from your script.


Re: used: "ST" - NaClchemistryK - 19.05.2014

There must be a certain line in your script. something like
pawn Код:
new ST;
just remove that. Select it, you da that by clicking the left mouse key and dragging over it, and the releasing it. Then you hit the button above the ENTER button.
EDIT: too late ^^


Re: used: "ST" - Luis- - 19.05.2014

It wont actually affect your code. It'll still work as it should.