Prevent base "pistol" ammo type from showing up on the HUD of melee weapons

This commit is contained in:
TheOnly8Z 2021-01-30 01:12:29 +08:00
parent 9a817870c4
commit c4da4f7dea

View File

@ -1,5 +1,7 @@
SWEP.Base = "arccw_base"
SWEP.Primary.Ammo = "" -- Prevent base "pistol" ammo type from showing up on the HUD of melee weapons
SWEP.MeleeDamage = 25
SWEP.MeleeDamageBackstab = nil -- If not exists, use multiplier on standard damage
SWEP.MeleeRange = 16