ItsMods

Full Version: [Code] Akimbo weapon fix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

Well, this is my last release in MW3 plugins section.
Made by request from @99IRock , @[zoomby] alex

I hope you understand, it just disables akimbo when you're jumping, or changing weapon.

It is code..

Example:
Code:
public override void OnPlayerChangeWeapon(ServerClient Client, int WeaponID)
{
            int akimbo = GetWeapon("iw5_ak47_mp_camo04");//your weapon
            if (WeaponID == akimbo)
            {
                Client.Other.PrimaryWeaponAkimbo = true;
            }
Else
{
Client.Other.PrimaryWeaponAkimbo = false;
}
}
nice but not the release i was looking for.
Ohmygawd, thats smart!

thanks
(12-09-2012, 18:01)hillbilly Wrote: [ -> ]nice but not the release i was looking for.

Oh yes, sorry i just thought you need it too xD
Thanks a lot, does this also work if you climb over something or call in a killstreak?
Sorry i can't test it at the moment

tested, it doesn't work for me after switching back i can't shoot Sad
What does this fix? I mean like if we jump over an fence, then we can't shoot. We want that if we jump over the fence, we still can shoot. (sorry wierd english)
Sorry for the bumb but I need the answer:
What does this fix? I mean like if we jump over an fence, then we can't shoot. We want that if we jump over the fence, we still can shoot. (sorry wierd english)
I am new to programming. You could not load ready full code or file?
(12-20-2012, 10:11)SaviouR9966 Wrote: [ -> ]I am new to programming. You could not load ready full code or file?

The code doesn't work anyway
(12-20-2012, 14:07)8q4s8 Wrote: [ -> ]
(12-20-2012, 10:11)SaviouR9966 Wrote: [ -> ]I am new to programming. You could not load ready full code or file?

The code doesn't work anyway

It works if you have akimbo, and buy a shotgun (Spass)
normally the spass would e akimbo too, and that's now changed to normal.