Game Modding | Call of Duty: Black Ops 3 | Scripting
eDeK:
Im searching how disable/freeze the movement of the "right joystick / mouse camera".
Can be "SetAllowXCamRightStickRotation"? on CSC?
modric1337:
I use these but idk if you still want the ability to run around but these stop everything and hide guns
function disable_weap_states()
{
self setstance( "stand" );
wait(0.1);
self DisableWeapons();
self DisableOffhandWeapons();
self freezecontrols( true );
}