SA-MP Forums Archive
Error? - 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: Error? (/showthread.php?tid=296105)



Error? - artogda - 09.11.2011

Guys, Im trying to compile Call of duty mode, but it gives me this error

Quote:

error 017: undefined symbol "GetPointZPos"

whats wrong?


Re: Error? - grand.Theft.Otto - 09.11.2011

I'm guessing GetPointZPos is a stock and you copied some function/code that needs it ?


Re: Error? - artogda - 09.11.2011

Nope, I haven't done nothing yet. Just opened in pawno, loaded gamemode.pwn and tried to compiled and then this error appeared.


Re: Error? - grand.Theft.Otto - 09.11.2011

What gamemode are you using ?


Re: Error? - artogda - 09.11.2011

This one.

https://sampforum.blast.hk/showthread.php?tid=289027


Re: Error? - grand.Theft.Otto - 09.11.2011

Under the download link shows what plugins and includes you need. Download them and put them where they belong and re-try compiling.


Re: Error? - Stigg - 09.11.2011

Looks like you need:

http://forum.sa-mp.com/showthread.ph...t=GetPointZPos


Re: Error? - artogda - 09.11.2011

@Stigg

Yea, its ok now. I got mapandreas.inc but probably a wrong one. Thank for help guys.