Merge pull request #15 from BClark09/patch-1
fixed being able to pickup pistol ammo anytime
This commit is contained in:
commit
8920bd2cf1
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ SWEP.NoMagazine = true
|
|||
SWEP.Undroppable = true
|
||||
SWEP.NoPickupNotification = true
|
||||
|
||||
SWEP.Primary.Ammo = "none"
|
||||
SWEP.Secondary.Ammo = "none"
|
||||
|
||||
local SwingSound = Sound( "weapons/slam/throw.wav" )
|
||||
local HitSound = Sound( "Flesh.ImpactHard" )
|
||||
|
||||
|
|
Loading…
Reference in a new issue