Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
bombajack

Switch from 3rd view to 1st view in combat

Recommended Posts

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

×