Need help with "GetPointDistanceToPointExMorph" - 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: Need help with "GetPointDistanceToPointExMorph" (
/showthread.php?tid=173681)
Need help with "GetPointDistanceToPointExMorph" -
kiss - 03.09.2010
Hi!
If i want compile LARP Gamemode it say that
C:\Users\Michael\Desktop\ET\gamemodes\larp.pwn(438 30) : error 017: undefined symbol "GetPointDistanceToPointExMorph"
Re: Need help with "GetPointDistanceToPointExMorph" -
Mystique - 03.09.2010
What the hell is GetPointDistanceToPointExMorph

?
Re: Need help with "GetPointDistanceToPointExMorph" -
LarzI - 03.09.2010
A custom-made function probably. Search for it.
Re: Need help with "GetPointDistanceToPointExMorph" -
Bumbis - 03.09.2010
It is in Morphinc include at LA-RP.
Re: Need help with "GetPointDistanceToPointExMorph" -
Mauzen - 03.09.2010
If it says undefined symbol, you probably forgot to open or to close the brackets after it, or completely left the brackets and the parameters out.
Re: Need help with "GetPointDistanceToPointExMorph" -
Eiy Mard - 01.04.2012
Код:
#pragma unused GetPointDistanceToPointExMorph
i think this :P