ItsMods

Full Version: SecondaryWeaponAkimbo works but cant fire
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
w0000t!!
Alright, there is some address in the client struct that holds isCurrentWeaponAkimbo. If this value is true, left weapon will shoot when you press the ADS button. If it's false and you have set the weapon to akimbo and you press ADS button the left weapon will shoot but it also tries to zoom in the right weapon. Now when you set your weapon to akimbo and switch to it, it sets the value to 1. But it needs to be set to 0 so RPG (and probably other weapons that don't have the attachement 'akimbo') will work. I will add a new property to the API.
CSHARP Code
  1. Client.Other.CurrentWeaponAkimbo
@zxz0O0 you've been working on the addon?
Pages: 1 2