ChrisFox 0 Posted May 18, 2007 Hi, When I put the following line in the init field of a soldier, the camera itself works, BUT the cinemaborders are still there....what do I do wrong ? :S Quote[/b] ]player exec "camera.sqs"; showCinemaBorder false; Thnx in advance. Share this post Link to post Share on other sites
DnA 5154 Posted May 18, 2007 showCinemaBorder does not work when you use it immediately at the start of a mission. I suggest placing it in a script and having a tiny delay before calling it. Sample init.sqf: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> sleep 0.01; showCinemaBorder false; true 1 Share this post Link to post Share on other sites