Player:StripWeapon
Description
Removes the specified weapon class from a certain player
this function will call the Entity:OnRemove but if you try use Entity:GetOwner it will return nil
Arguments
Example
Removes the crowbar from the player with the ID 1
Entity( 1 ):StripWeapon( "weapon_crowbar" )
Output: Crowbar removed from player 1