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



InterpolateCamera error - AndreiWow - 29.01.2017

Hey guys, I used a camera editor to make a camera movement, this is the code that I got from the editor:
Код:
InterpolateCameraPos(playerid, 1476.143310, -1637.729248, 40.966156, 1481.309326, -1729.007202, 13.453255, 6000);
	InterpolateCameraLookAt(playerid, 1476.857177, -1637.901977, 36.020389, 1481.305541, -1732.989746, 16.476329, 3500);
And those are the errors:
Код:
C:\Users\andrei\Desktop\Scripting SA-MP\Basic RP Script Scratch FIX\gamemodes\U1.pwn(616) : error 017: undefined symbol "InterpolateCameraPos"
C:\Users\andrei\Desktop\Scripting SA-MP\Basic RP Script Scratch FIX\gamemodes\U1.pwn(617) : error 017: undefined symbol "InterpolateCameraLookAt"
Any ideas? It doesn't give any error in the filterscript...