Last Australian 1 Posted June 29, 2017 G'day i was just wondering if anyone knew or had the script to disable Aim Down Sights for player/playable units? Thankyou Share this post Link to post Share on other sites
Theo1143 18 Posted June 29, 2017 If you make an init.sqf in your mission folder and add this into it: addMissionEventHandler ["Draw3D", {call { if (cameraOn == player ) exitWith {player switchCamera "Internal"}; if (vehicle player != player) exitWith {player switchCamera "gunner"}; }}]; Only thing is, it will force first person to and disables the aim down sights completely. (only tested in SP) 1 Share this post Link to post Share on other sites
Last Australian 1 Posted June 29, 2017 Thankyou Thero1143 1 Share this post Link to post Share on other sites