december 0 Posted March 9, 2008 If I remember correctly, wasn't it possible to put the name of a unit in the camera script to keep following that unit in a cut scene in OFP? I want the camera to follow a chopper as it leaves the base, is this possible with ArmA if so how? Cheers. Damn typo Share this post Link to post Share on other sites
Balschoiw 0 Posted March 9, 2008 Little excerpt from a script I use <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_camera = "camera" camCreate getpos camlogic1 _camera cameraEffect ["internal","back"] _camera camSetTarget camhelo _camera camSetFOV 0.177 _camera camCommit 5 Share this post Link to post Share on other sites
december 0 Posted March 11, 2008 Thanks, I am not sure how to use it but I will try. 1 more thing do you know how to stop the black border on the top and bottom of the screen so I can use full screen and not cinema mode? Share this post Link to post Share on other sites
shark-attack 2 Posted March 11, 2008 hi mate showCinemaBorder false Share this post Link to post Share on other sites
december 0 Posted March 11, 2008 Cheers, thanks for the prompt reply. Share this post Link to post Share on other sites