Interpolate
#1

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 !
Reply
#2

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]; 
Reply
#3

update your file server
Reply
#4

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.
Reply
#5

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

your welcome
Reply
#7

can u help me
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)