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



1 error - Equuuuin0X - 22.02.2014

So, this little small script errors

D:\Critical DM by EquinoXFlaken\gamemodes\GM.pwn(354 : error 017: undefined symbol "GetPointZPos"

Код:
    if(!GetPlayerInterior(playerid)) GetPointZPos(Pos[0], Pos[1], Pos[2]);



Re: 1 error - Bingo - 22.02.2014

Looks like you need this:

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


Re: 1 error - SDLMMM - 22.02.2014

Give us your GetPointZPos stock


Re: 1 error - ahmedkoki - 22.02.2014

Try to download this include and put
pawn Код:
#include <MapAndreas>
in your script


Re: 1 error - Bingo - 22.02.2014

Quote:
Originally Posted by ahmedkoki
Посмотреть сообщение
Try to download this include and put
pawn Код:
#include <MapAndreas>
in your script
Link already given Anyways good.