EO 9030 Posted January 28, 2015 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
jshock 485 Posted January 28, 2015 Maybe?: https://community.bistudio.com/wiki/switchCamera Share this post Link to post Share on other sites
das attorney 839 Posted January 28, 2015 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
EO 9030 Posted January 28, 2015 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 ---------- 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] 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
das attorney 839 Posted January 28, 2015 It's no problem :) Share this post Link to post Share on other sites