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



Error help - boyan96 - 07.10.2012

C:\Users\user\Desktop\1.pwn(136) : error 017: undefined symbol "GetXYInFrontOfPlayer"
Line 136:
GetXYInFrontOfPlayer(playerid, AtmInfo[id][atmX], AtmInfo[id][atmY], 2.0);


Re: Error help rep ++ - HyDrAtIc - 07.10.2012

Add this at top of your script

Код:
#define GetXYInFrontOfPlayer
If it didn't work then your missing the include for this function/symbol...