khaosmatical 237 Posted July 16, 2014 Hi there, I have been trying to find a way to lock a mission to first person only without using difficulty, unlike others who want the option to be first and third for vehicles I literally just want to lock it to first only. I know it can be done with difficulties but until the AI is so superhuman anything about Regular is a death trap. I remember ACE use to have a module for it but there must be a script that works. Thanks. Share this post Link to post Share on other sites
11hz 12 Posted July 16, 2014 http://forums.bistudio.com/showthread.php?177445-Limit-3rd-Person-View-by-class This code will work fine. Share this post Link to post Share on other sites
IndeedPete 1038 Posted July 16, 2014 If you don't need to permit it based on class you can just add this to your init.sqf: ["IP_OnEachFrameEH", "onEachFrame", {(vehicle player) switchCamera "Internal"}] call BIS_fnc_addStackedEventHandler; Share this post Link to post Share on other sites
khaosmatical 237 Posted July 18, 2014 (edited) If you don't need to permit it based on class you can just add this to your init.sqf: ["IP_OnEachFrameEH", "onEachFrame", {(vehicle player) switchCamera "Internal"}] call BIS_fnc_addStackedEventHandler; No hangon wait, that script is perfect, besides the fact that I cannot use sights while it is on. Edited July 18, 2014 by Vulcanexius Share this post Link to post Share on other sites