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

21 lines
334 B
Lua
Raw Normal View History

2014-10-02 08:49:54 +08:00
AddCSLuaFile("cl_init.lua")
AddCSLuaFile("shared.lua")
include("shared.lua")
SWEP.MoanDelay = 3
--[[function SWEP:Think()
self.BaseClass.Think(self)
self:BarricadeGhostingThink()
end
function SWEP:Holster()
if self.Owner:IsValid() then
self.Owner:SetBarricadeGhosting(false)
end
return self.BaseClass.Holster(self)
end]]