Jump to content
Sign in to follow this  
 EO

Set viewpoint to 3rd Person at mission start?

Recommended Posts

As title says Folks. I would like to be able to have 3rd person view when mission starts. Mainly to achieve a cinematic.....Possible:confused:

Thanks as always, kind Folks.:):)

Share this post


Link to post
Share on other sites

Hi,

Put this in your init.sqf (it doesn't matter where)

0 = [] spawn {
waitUntil {time >0};
player switchCamera "External"
};

Share this post


Link to post
Share on other sites

That's great thanks kind Sir......i'll try and not be that guy that returns here in 20 minutes when i can't get it to work...:confused:.....but while i'm here do simply insert the code into the players init field?

---------- Post added at 21:57 ---------- Previous post was at 21:56 ----------

ah you guys are to quick for me.....thanks again...

---------- Post added at 22:08 ---------- Previous post was at 21:57 ----------

:redface: Yep, here's THAT guy back again...the code obviously works a treat...how about setting his pose to weapons lowered.....

---------- Post added at 22:24 ---------- Previous post was at 22:08 ----------

[/color]:redface: Yep, here's THAT guy back again...the code obviously works a treat...how about setting his pose to weapons lowered.....

I set a waypoint directly in front of player and set behaviour to careless....works a treat...thanks again.

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  

×