Hi I'm using the this exec "camera.sqs" the buiilt in one for OFP to make cutscenes. But everytime I create one the camera starts at the ocean when I targeted two different soldiers. Here is the script.
;//Created by Nightjay0044//
titlecut ["","black in",1]
_cam = "camera" CamCreate [0,0,0]
_cam cameraeffect ["Internal", "back"]
;=== 18:19:04
_camera camSetTarget W1
_camera camSetPos [5481.36,6066.56,2.00]
_camera camSetFOV 0.688
_camera camCommit 0
@camCommitted _camera
~2
;=== 18:19:52
_camera camSetTarget W2
_camera camSetPos [5482.77,6114.42,3.74]
_camera camSetFOV 0.225
_camera camCommit 0
@camCommitted _camera
player cameraEffect ["terminate","back"]
camDestroy _camera
Exit
OH it also didnt' work with the original camera.sqs coordinates for the target either it started in the ocean.
Thanks..
Nightjay