Jump to content
Sign in to follow this  
ChrisFox

showCinemaBorder false not working?

Recommended Posts

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

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

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×