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



Interpolate - Ilaibens - 04.08.2017

Hey, I'm add the functions
InterpolateCameraPos
InterpolateCameraLookAt

and the compiler give me this errors:
Код:
error 017: undefined symbol "InterpolateCameraPos"
error 017: undefined symbol "InterpolateCameraLookAt"
this is the code:
https://pastebin.com/QSGCvcC7

thanks !


Re: Interpolate - C4rtm4n - 05.08.2017

PHP код:
new InterpolateCameraPos;
new 
InterpolateCameraLookAt
Or

PHP код:
new InterpolateCameraPos[MAX_PLAYER];
new 
InterpolateCameraLookAt;[MAX_PLAYER]; 
Or

PHP код:
new InterpolateCameraPos[MAX_PLAYERS];
new 
InterpolateCameraLookAt;[MAX_PLAYERS]; 



Re: Interpolate - crukk11 - 05.08.2017

update your file server


Re: Interpolate - Kane - 05.08.2017

Ignore what C4rtm4n said.

https://sampwiki.blast.hk/wiki/InterpolateCameraPos
https://sampwiki.blast.hk/wiki/InterpolateCameraLookAt

You're running on outdated includes. Upload them with the latest SA-MP package from sa-mp.com.


Re: Interpolate - Ilaibens - 05.08.2017

Quote:
Originally Posted by crukk11
Посмотреть сообщение
update your file server
Thank you im forget to update the includes i use with old include files


Re: Interpolate - crukk11 - 05.08.2017

your welcome


Re: Interpolate - Naveen123 - 05.08.2017

can u help me