Force the player to undisguise when the SWEP gets removed.
parent
ecb77db28b
commit
904f9b3326
|
@ -149,6 +149,11 @@ function SWEP:DoShootEffect(hitpos, hitnormal, entity, physbone, bFirstTimePredi
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function SWEP:OnRemove()
|
||||||
|
// Do you want to get stuck as a prop forever? NO.
|
||||||
|
self:Undisguise()
|
||||||
|
end
|
||||||
|
|
||||||
function SWEP:PreDrawViewModel(vm, ply, wep)
|
function SWEP:PreDrawViewModel(vm, ply, wep)
|
||||||
if self.Owner:GetNWBool("isDisguised", false) then
|
if self.Owner:GetNWBool("isDisguised", false) then
|
||||||
vm:SetRenderMode(RENDERMODE_TRANSALPHA)
|
vm:SetRenderMode(RENDERMODE_TRANSALPHA)
|
||||||
|
|
Loading…
Reference in New Issue