HELP ! Read inside Please :D!
#1

implemented
C:\Users\Sam\Desktop\Klala\gamemode\Intel-R[P].pwn(26230) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

this is what i get when i try to compile my GF Edit......
But How to fix the bugs ?
Reply
#2

That is only a warning, not an error - your script will still work. If you really want to get rid of it just delete line 26230.
Reply
#3

Some errors would just give u the last line you got which is blank line
Reply
#4

Quote:
Originally Posted by SamAlexSam
implemented
C:\Users\Sam\Desktop\Klala\gamemode\Intel-R[P].pwn(26230) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

this is what i get when i try to compile my GF Edit......
But How to fix the bugs ?
There are two ways to get rid of that warning:
1.) delete the function "GetPointDistanceToPointExMorph"
2.) mark it as unused:
pawn Код:
#pragma unused GetPointDistanceToPointExMorph
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)