[HELP] GetPlayerCameraFrontVector - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] GetPlayerCameraFrontVector (
/showthread.php?tid=169347)
[HELP] GetPlayerCameraFrontVector -
RoCK'N'Rolla - 19.08.2010
Hi,
I wanted to add Seif's Body Detector inc for my gm, but it gave those errors:
..\Pawno\include\bodyparts.inc(48 ) : error 017: undefined symbol "GetPlayerCameraFrontVector"
..\Pawno\include\bodyparts.inc(49 ) : error 017: undefined symbol "GetPlayerCameraPos"
..\Pawno\include\bodyparts.inc(132 ) : error 017: undefined symbol "GetPlayerCameraFrontVector"
..\Pawno\include\bodyparts.inc(133 ) : error 017: undefined symbol "GetPlayerCameraPos"
How can i introduce "GetPlayerCameraFrontVector" and "GetPlayerCameraPos" to my gm?
Re: [HELP] GetPlayerCameraFrontVector -
vital2k - 19.08.2010
Upgrade your server files to the latest? 0.3a has these.
Re: [HELP] GetPlayerCameraFrontVector -
RoCK'N'Rolla - 19.08.2010
In which inc. are those included?
Re: [HELP] GetPlayerCameraFrontVector -
vital2k - 19.08.2010
a_players.inc
Re: [HELP] GetPlayerCameraFrontVector -
Hiddos - 19.08.2010
Having the .inc file doesn't helps you anyways, download the full server package.
Re: [HELP] GetPlayerCameraFrontVector -
RoCK'N'Rolla - 19.08.2010
Forgot to update a_players :P
Anyways, prblm has been solved, ty.