Posts: 527
Threads: 179
Joined: Dec 2010
Reputation:
0
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.
Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
there's a variable declared as 'ST' and it has never been used in your script, hard to read?
Posts: 260
Threads: 4
Joined: Jun 2013
Reputation:
0
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".
Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
Search for "ST" by pressing CTRL + F and just remove it from your script.
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
It wont actually affect your code. It'll still work as it should.