05.10.2009, 18:07
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 ? |
1.) delete the function "GetPointDistanceToPointExMorph"
2.) mark it as unused:
pawn Код:
#pragma unused GetPointDistanceToPointExMorph