SA-MP Forums Archive
Warning 203 - 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)
+--- Thread: Warning 203 (/showthread.php?tid=394005)



Warning 203 - MMickey - 20.11.2012

Hy.., i have this warning..do you have some ideas why..?
Код:
(83839) : warning 203: symbol is never used: "GetPointDistanceToPointExMorph"
The line "83839" is "}" that means finish of my gamemode...i looked in my gm and i haven't used that "GetPointDistanceToPointExMorph"
+rep because that warning pisses me off



Re: Warning 203 - XtremeR - 20.11.2012

dude its to simple, ur not using "GetPointDistanceToPointExMorph" any where in ur script, remove it or use it..


Re: Warning 203 - MMickey - 20.11.2012

i know that, but that's not in my script, i don't use "GetPointDistanceToPointExMorph" in any of my scripts.. this warning is to simple..if is another else, i know that i can remove it..but, in my gm is not used..i try with "CTRL+F" and founds me nothing..

EDIT: T/C i solved with
Код:
#pragma unused GetPointDistanceToPointExMorph



Re: Warning 203 - Konstantinos - 20.11.2012

If it's a custom function use 'stock' before that. It won't give you the warning anymore.