not a fix, just a customization. use awp sfx instead of pistol sfx

This commit is contained in:
edshot99 2024-01-26 15:34:18 -06:00
parent 7bb41c2884
commit b185ee9d50

View File

@ -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