ItsMods

Full Version: MW3 Server Addon Extensions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
I get the bug with primary akimbo, but secondary only as akimbo works a treat, and no bugs as ive seen. Been running this for a while now no problems.
(01-08-2013, 14:51)99IRock Wrote: [ -> ]
(01-08-2013, 14:50)master131 Wrote: [ -> ]
(01-08-2013, 14:23)99IRock Wrote: [ -> ]Sick extensions Smile. thanks Smile

Uhm, if I may ask, is there anyway to write an extension what can maybe fix the akimbo bug?
Because I think it works in the new addon (The one that zoomby has)
OR I'm wrong, and he just found a fix for it.
So I'm not sure if it is the addon what fixed it for akimbo guns.
Thanks in advance

What akimbo bug.
If I take akimbo, on my primaryweapon, and I switch to secondary, and than back to the akimbo gun, I can't shoot anymore.
I saw in a video of zoomby alex that he had a riotshield with akimbo pm9, and he could also switch and still shoot.

Maybe I'm wrong but I think you can do this: when a player changes the first weapon in the secondary, then back, akimbo must just quickly remove then put again.
(01-08-2013, 14:51)99IRock Wrote: [ -> ]
(01-08-2013, 14:50)master131 Wrote: [ -> ]
(01-08-2013, 14:23)99IRock Wrote: [ -> ]Sick extensions Smile. thanks Smile

Uhm, if I may ask, is there anyway to write an extension what can maybe fix the akimbo bug?
Because I think it works in the new addon (The one that zoomby has)
OR I'm wrong, and he just found a fix for it.
So I'm not sure if it is the addon what fixed it for akimbo guns.
Thanks in advance

What akimbo bug.
If I take akimbo, on my primaryweapon, and I switch to secondary, and than back to the akimbo gun, I can't shoot anymore.
I saw in a video of zoomby alex that he had a riotshield with akimbo pm9, and he could also switch and still shoot.

lol It was my code.
(01-08-2013, 15:39)SailorMoon Wrote: [ -> ]lol It was my code.

Really? Dodgy So it works fine right?
not when i tested it, if you have primary akimbo and second akimbo once you switch to secondary the primary wont shoot.
(01-08-2013, 15:39)SailorMoon Wrote: [ -> ]
(01-08-2013, 14:51)99IRock Wrote: [ -> ]
(01-08-2013, 14:50)master131 Wrote: [ -> ]
(01-08-2013, 14:23)99IRock Wrote: [ -> ]Sick extensions Smile. thanks Smile

Uhm, if I may ask, is there anyway to write an extension what can maybe fix the akimbo bug?
Because I think it works in the new addon (The one that zoomby has)
OR I'm wrong, and he just found a fix for it.
So I'm not sure if it is the addon what fixed it for akimbo guns.
Thanks in advance

What akimbo bug.
If I take akimbo, on my primaryweapon, and I switch to secondary, and than back to the akimbo gun, I can't shoot anymore.
I saw in a video of zoomby alex that he had a riotshield with akimbo pm9, and he could also switch and still shoot.

lol It was my code.

I tested your code too and it didn't work.
The only thing that worked is, that if you buy another gun and switch, it won't be akimbo Wink
But I want it to be that it will be akimbo agains :p
(01-08-2013, 17:15)hillbilly Wrote: [ -> ]not when i tested it, if you have primary akimbo and second akimbo once you switch to secondary the primary wont shoot.

Perhaps we can find a workaround once I get OnNotify completed. Example, use the weapon_changed event and disable akimbo temporarily and then renenable 1 second after the weapon has been switched.
Sorry for the double post but I have figured out how to get the parameters/arguments associated with the notify event and am making some final touches/checks to make sure it's stable.

EDIT - Updated main post. Please report bugs with OnNotify, because there is bound to be one.
Alright, I found some major bugs with OnNotify that would basically make it not work at all.

The main post has been updated along with an updated example. I tried SetCanDamage and tried OnNotify with the damage event to no luck. I also tried setting the health and max health of the entity. Same result. Not sure what's going on, I might be missing something (perhaps the wrong offset for maxhealth).
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22