How to fix this error pls? [HELP]
#1

when im compiling my gamemode im getting this error


C:\Documents and Settings\User\My Documents\Nevada\gamemodes\gf.pwn(33426) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 7084 bytes
Code size: 1355508 bytes
Data size: 2374212 bytes
Stack/heap size: 16384 bytes; estimated max. usage=4904 cells (19616 bytes)
Total requirements: 3753188 bytes

1 Warning.

how can i fix it pls?
Reply
#2

first it isen't error it is warinig
second remove GetPointDistanceToPointExMorph
Reply
#3

i don't have this command in my gamemode (GetPointDistanceToPointExMorph)..
Reply
#4

Since you're using GF, yes you do. Its just a warning, you can just ignore it.
Reply
#5

Quote:
Originally Posted by Klutty
Since you're using GF, yes you do. Its just a warning, you can just ignore it.
No, never ignore warnings.

And about that function, as far as i know it's located in the include file morph.inc or something like that.
If you're not using it, then you can just remove it or add this to your script:
pawn Код:
#pragma unused GetPointDistanceToPointExMorph
Reply
#6

thanks Correlli fixed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)