SA-MP Forums Archive
HELP ! Read inside Please :D! - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: HELP ! Read inside Please :D! (/showthread.php?tid=100613)



HELP ! Read inside Please :D! - SamAlexSam - 05.10.2009

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 ?


Re: HELP ! Read inside Please :D! - member - 05.10.2009

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.


Re: HELP ! Read inside Please :D! - eXchainZ-FoReVeR - 05.10.2009

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


Re: HELP ! Read inside Please :D! - Correlli - 05.10.2009

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