InterpolateCameraPos | Fast help please - 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: InterpolateCameraPos | Fast help please (
/showthread.php?tid=415063)
InterpolateCameraPos | Fast help please - Timmeyable - 11.02.2013
Hello,
i wanna interpolate the camera from its current position.
What do i have to do that it works?
InterpolateCameraPos(playerid, x,y,z, 600.415527, -601.676696, 52.175361, 2000);
I hope you know what i mean.
For example:
I interpolate the camera from a to b
a-----c-----------------b
At the c point the camera should interpolate to a other point.
-Tim
Re: InterpolateCameraPos | Fast help please -
DaRk_RaiN - 11.02.2013
I had the same problem, I tried to get it by
GetPlayerCameraPos but it didn't work, i recommend use normal coords.
Re: InterpolateCameraPos | Fast help please - Timmeyable - 11.02.2013
Jep, thats the problem.
Is there no other way?