Game Modding | Call of Duty: Black Ops 3 | Scripting
Fanatic:
How do I lock & unlock Weapon Swapping?
Fanatic:
nvm, FreezeControls works
ItzRexx-_-:
// Disables weapon swapping for each playerforeach(playerinGetPlayers()){playerDisableWeaponCycling();}// Enables weapon swapping for each playerforeach(playerinGetPlayers()){playerEnableWeaponCycling();}
Fanatic:
// Disables weapon swapping for each playerforeach(playerinGetPlayers()){playerDisableWeaponCycling();}// Enables weapon swapping for each playerforeach(playerinGetPlayers()){playerEnableWeaponCycling();}