mCamera Include problem - 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: mCamera Include problem (
/showthread.php?tid=329168)
mCamera Include problem -
Nightmare12 - 27.03.2012
Hi, i have one problem with this:
https://sampforum.blast.hk/showthread.php?tid=311638 , because i have code:
SetPlayerCameraPos(playerid,630.9630,-2283.0459,-7.0450);//Where the camera's first position will be.
SetPlayerCameraLookAtEx(playerid,630.9630,-1243.0459,-7.0450);//the cameras look at pos. remember to put [EX] so the script knows your last look at pos.
MovePlayerCamera(playerid,630.9630,-2283.0459,-7.0450,5,630.9630,-1243.0459,-7.0450);//this is withought [Ex] becouse we have set the last CameraToLook at position.
But camera fly only from position 0 0 0 to start position definied in first moveplayercamera, LookAtEx works, but start and end position like i write not,