Posts: 502
Threads: 13
Joined: Feb 2012
Reputation:
42
CSHARP Code
int weapon = GetWeapon("rpg_mp");
Client.Other.SecondaryWeapon = weapon;
Client.Other.SecondaryWeaponAkimbo = true;
Client.Ammo.SecondaryAmmo = 3;
Client.Ammo.SecondaryAmmoClip = 3;
Client.Ammo.SecondaryAkimboAmmo = 3;
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?
Had a life, Got a modem..
Posts: 502
Threads: 13
Joined: Feb 2012
Reputation:
42
so could this fix it?
CSHARP Code
int Aki;
byte[] bytes2 = {0x00};
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
Had a life, Got a modem..
Posts: 502
Threads: 13
Joined: Feb 2012
Reputation:
42
aw crap
guess ill just have to try some other weaps untill this is fixed in the addon
Had a life, Got a modem..
Posts: 502
Threads: 13
Joined: Feb 2012
Reputation:
42
06-11-2012, 08:27
(This post was last modified: 06-11-2012, 10:16 by JoSchaap.)
@
Cyanide will you be looking into this aswell?
It would be great if we got this working
Had a life, Got a modem..
Posts: 5,320
Threads: 300
Joined: Feb 2011
Reputation:
149
ass smell?
Anyway, i'm not sure if he'll add any new features.
I think as long as promod works they're happy......
Posts: 502
Threads: 13
Joined: Feb 2012
Reputation:
42
well that would be sadning since it was a cool idea to add
Had a life, Got a modem..