zombiesurvival-evolved/gamemodes/zombiesurvival/entities/weapons/weapon_zs_wraith/init.lua

18 lines
279 B
Lua
Raw Normal View History

INC_SERVER()
2014-10-02 08:49:54 +08:00
SWEP.MoanDelay = 3
--[[function SWEP:Think()
self.BaseClass.Think(self)
self:BarricadeGhostingThink()
end
function SWEP:Holster()
if self:GetOwner():IsValid() then
self:GetOwner():SetBarricadeGhosting(false)
2014-10-02 08:49:54 +08:00
end
return self.BaseClass.Holster(self)
end]]