2014-10-02 08:49:54 +08:00
|
|
|
AddCSLuaFile()
|
|
|
|
|
|
|
|
SWEP.Base = "weapon_zs_zombie"
|
|
|
|
|
2018-05-02 06:32:59 +08:00
|
|
|
SWEP.PrintName = "Zombie Torso"
|
|
|
|
|
2014-10-02 08:49:54 +08:00
|
|
|
SWEP.MeleeDelay = 0.25
|
|
|
|
SWEP.MeleeReach = 40
|
|
|
|
SWEP.MeleeDamage = 25
|
2018-05-02 06:32:59 +08:00
|
|
|
SWEP.SwingAnimSpeed = 2.96
|
2014-10-02 08:49:54 +08:00
|
|
|
|
|
|
|
SWEP.DelayWhenDeployed = true
|
|
|
|
|
|
|
|
function SWEP:Reload()
|
|
|
|
self:SecondaryAttack()
|
|
|
|
end
|
|
|
|
|
|
|
|
function SWEP:StartMoaning()
|
|
|
|
end
|
|
|
|
|
|
|
|
function SWEP:StopMoaning()
|
|
|
|
end
|
|
|
|
|
|
|
|
function SWEP:IsMoaning()
|
|
|
|
return false
|
|
|
|
end
|