used: "ST"
#1

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.
Reply
#2

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

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".
Reply
#4

and how to remove it?
Reply
#5

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

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 ^^
Reply
#7

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


Forum Jump:


Users browsing this thread: 1 Guest(s)