17.02.2010, 16:32
Код:
(27465) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
And i don't use any symbol call "GetPointDistanceToPointExMorph"
(27465) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
And i don't use any symbol call "GetPointDistanceToPointExMorph"
Originally Posted by aircombat
that's is the problem that u don't use it but u defined it , search on "GetPointDistanceToPointExMorph" then delete it from ur script , it should be fixed
|
Originally Posted by billy4601
But, the problem is i don't heave this symbol. i search for the script. I can't find the "GetPointDistanceToPointExMorph"
|
Originally Posted by Don Correlli
It's probably in the include file.
|
Originally Posted by billy4601
So, i just need to remove the files?
|
Originally Posted by Don Correlli
No, open the include file in which this function is located and delete this function.
|
#pragma unused GetPointDistanceToPointExMorph
stock GetPointDistanceToPointExMorph(....)
Originally Posted by billy4601
Quote:
|