bombajack 11 Posted November 22, 2018 Hello. I need help with this code...need change (ExileClientPlayerIsInCombat) for arma III command for switch 3rd to 1st in combat mode (if you fire or if fire on you) MP compatible. Thank you. //////////////////////// if (!isDedicated) then { waitUntil {!isNull (findDisplay 46)}; if ((difficultyOption "thirdPersonView")==1) then { while {true} do { waitUntil {cameraView == "EXTERNAL" || cameraView == "GROUP"}; if (ExileClientPlayerIsInCombat) then { player switchCamera "INTERNAL"; }; sleep 2; }; }; }; Share this post Link to post Share on other sites