not a fix, just a customization. use awp sfx instead of pistol sfx
This commit is contained in:
parent
7bb41c2884
commit
b185ee9d50
@ -12,8 +12,8 @@ SWEP.AdminSpawnable = true // Spawnable in singleplayer or by server admins
|
||||
SWEP.ViewModel = "models/weapons/v_pistol.mdl"
|
||||
SWEP.WorldModel = "models/weapons/w_pistol.mdl"
|
||||
SWEP.UseHands = false
|
||||
SWEP.Primary.Sound = Sound( "Weapon_Pistol.Single" )
|
||||
SWEP.Primary.Sound = "Weapon_Pistol.Single"
|
||||
SWEP.Primary.Sound = Sound( "Weapon_AWP.Single" )
|
||||
SWEP.Primary.Sound = "Weapon_AWP.Single"
|
||||
SWEP.Primary.ClipSize = 1
|
||||
SWEP.Primary.DefaultClip = 999
|
||||
SWEP.Primary.Automatic = false
|
||||
|
Loading…
Reference in New Issue
Block a user