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
CSHARP Code
  1. int weapon = GetWeapon("rpg_mp");
  2. Client.Other.SecondaryWeapon = weapon;
  3. Client.Other.SecondaryWeaponAkimbo = true;
  4. Client.Ammo.SecondaryAmmo = 3;
  5. Client.Ammo.SecondaryAmmoClip = 3;
  6. Client.Ammo.SecondaryAkimboAmmo = 3;
  7. Client.Ammo.PrimaryAkimboAmmo = 3;


it kinda works, i press 2 and see the tips of 2 RPG's i my hands with ammo loaded, however im stuck in zoom-mode and cannot fire them :/

am i missing something here?
When I told @Nukem about akimbo I said that this could happen and also told him how to fix it. Apparently he didn't include the fix.

Original Message to @Nukem 04-18-2012 (Click to View)
so could this fix it?

CSHARP Code
  1. int Aki;
  2. byte[] bytes2 = {0x00};
  3. WriteProcessMemory(((IntPtr)(-1)), 0x1AD7718, bytes2, bytes2.Length, out Aki);


the plugin is allready compiled unsafe due to unlocking the perk_grenadedeath so if i can easily fix this myself it would be great
(05-23-2012, 08:50)zxz0O0 Wrote: [ -> ]Note all these addresses are for version 1.5.387

So no. Also the address is only for client 0.
aw crap Sad

guess ill just have to try some other weaps untill this is fixed in the addon Smile
(05-23-2012, 10:28)pieter Wrote: [ -> ]aw crap Sad

guess ill just have to try some other weaps untill this is fixed in the addon Smile

It also happens on other weapons.
@Cyanide will you be looking into this aswell? Smile

It would be great if we got this working Smile
ass smell?
Anyway, i'm not sure if he'll add any new features.
I think as long as promod works they're happy......
well that would be sadning since it was a cool idea to add
I may fix this.
Pages: 1 2