I'm trying to make some SWEPs that change the holdtype when you switch to and from ironsights, but I don't know how I'd do that.
I know how to switch the holdtype, but not for ironsights...
[code]if ( SERVER ) then
self:SetWeaponHoldType("smg")
end[/code]
How would I make it toggle between two holdtypes when ironsights toggle?
Sorry, you need to Log In to post a reply to this thread.