So I'm making a parachute swep but it wont strip the bf_falling weapon on equip. Also I cannot change away from the parachute swep once I select it, why is this?
Running this on SWEP:Deploy()
[code]
local ply = self.Owner
ply:StripWeapon( "bf_falling" )[/code]
Make sure you're returning true in the SWEP:Holster()
Sorry, you need to Log In to post a reply to this thread.