
SWEP:SetWeaponHoldType - ActIndex[ "" ] isn't set! (defaulti
-
- New to forums
- Posts: 6
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Wed Jan 01, 2014 11:44 pm
SWEP:SetWeaponHoldType - ActIndex[ "" ] isn't set! (defaulti
Every time someone takes out a custom SWEP it says "SWEP:SetWeaponHoldType - ActIndex[ "" ] isn't set! (defaulting to normal)" in the chat for everyone. Any ideas? 

-
- This is my homepage
- Posts: 203
- Joined: Wed Feb 19, 2014 6:07 pm
- Location: Dallas, TX
Re: SWEP:SetWeaponHoldType - ActIndex[ "" ] isn't set! (defa
I'm pretty positive this is happening to every Garry's mod server at the moment ( including my own ) it has something to do with the newest update, but as far as i know it doesn't cause any problems.
Re: SWEP:SetWeaponHoldType - ActIndex[ "" ] isn't set! (defa
Code: Select all
SWEP:SetWeaponHoldType - ActIndex[ "" ] isn't set! (defaulting to normal)
If you have any addons (weapons) that still have "SetWeaponHoldType" - this error will be shown. You can easily fix it by finding in the weapon code where it says "SetWeaponHoldType" and change it to "SetHoldType".