2023-12-21 13:58:05 -05:00
|
|
|
|
|
|
|
SWEP.Base = "cnr"
|
|
|
|
|
|
|
|
SWEP.PrintName = "CAL.9"
|
|
|
|
SWEP.Slot = 1
|
|
|
|
|
|
|
|
SWEP.ViewModel = "models/weapons/cstrike/c_pist_glock18.mdl"
|
|
|
|
SWEP.ViewModelFOV = 90
|
|
|
|
SWEP.WorldModel = "models/weapons/w_pist_glock18.mdl"
|
2023-12-21 20:40:47 -05:00
|
|
|
SWEP.ActivePos = Vector( 1, -8, -1 )
|
2023-12-21 13:58:05 -05:00
|
|
|
|
2023-12-21 16:15:25 -05:00
|
|
|
SWEP.Sound_Fire = {
|
|
|
|
"cnr/weapons/glock/fire-01.ogg",
|
|
|
|
"cnr/weapons/glock/fire-02.ogg",
|
|
|
|
"cnr/weapons/glock/fire-03.ogg",
|
|
|
|
}
|
2023-12-21 13:58:05 -05:00
|
|
|
|
|
|
|
SWEP.Primary.ClipSize = 17
|
|
|
|
SWEP.Delay = ( 60 / 500 )
|
|
|
|
SWEP.MaxBurst = 1
|
|
|
|
SWEP.DamageClose = 22
|
2023-12-21 16:15:25 -05:00
|
|
|
SWEP.DamageFar = 11
|
|
|
|
|
|
|
|
SWEP.BubbleSpreadUp = 0.2
|
|
|
|
SWEP.BubbleRecoilUp = 0.2
|
|
|
|
SWEP.BubbleSpreadDown = 0.3
|
2023-12-22 09:07:47 -05:00
|
|
|
SWEP.BubbleRecoilDown = 0.2
|
2023-12-21 16:15:25 -05:00
|
|
|
|
|
|
|
SWEP.SpreadStart = 1
|
|
|
|
SWEP.SpreadEnd = 3
|
|
|
|
|
|
|
|
SWEP.RecoilUp = 45
|
|
|
|
SWEP.RecoilSpeed = 40
|
2023-12-22 07:45:02 -05:00
|
|
|
SWEP.RecoilDistStart = 2
|
2024-07-18 17:27:46 -04:00
|
|
|
SWEP.RecoilDistEnd = 5
|
|
|
|
|
|
|
|
-- Model source:
|
|
|
|
-- https://gamebanana.com/mods/206952
|