2023-12-21 13:58:05 -05:00
|
|
|
|
|
|
|
SWEP.Base = "cnr"
|
|
|
|
|
|
|
|
SWEP.PrintName = "CV-74"
|
|
|
|
SWEP.Slot = 0
|
|
|
|
|
|
|
|
SWEP.ViewModel = "models/weapons/cstrike/c_rif_ak47.mdl"
|
|
|
|
SWEP.ViewModelFOV = 90
|
|
|
|
SWEP.WorldModel = "models/weapons/w_rif_ak47.mdl"
|
|
|
|
SWEP.ActivePos = Vector( 1, -8, -1 )
|
|
|
|
|
2023-12-21 16:15:25 -05:00
|
|
|
SWEP.Sound_Fire = {
|
|
|
|
"cnr/weapons/ak47/fire-01.ogg",
|
|
|
|
"cnr/weapons/ak47/fire-02.ogg",
|
|
|
|
"cnr/weapons/ak47/fire-03.ogg",
|
|
|
|
}
|
2023-12-21 13:58:05 -05:00
|
|
|
|
|
|
|
SWEP.Primary.ClipSize = 30
|
|
|
|
SWEP.Delay = ( 60 / 700 )
|
|
|
|
SWEP.DamageClose = 25
|
2023-12-22 09:23:15 -05:00
|
|
|
SWEP.DamageFar = 13
|
|
|
|
|
|
|
|
SWEP.BubbleSpreadUp = 0.9
|
|
|
|
SWEP.BubbleRecoilUp = 0.9
|
|
|
|
SWEP.BubbleSpreadDown = 0.3
|
|
|
|
SWEP.BubbleRecoilDown = 0.3
|
|
|
|
|
|
|
|
SWEP.SpreadStart = 0
|
|
|
|
SWEP.SpreadEnd = 10
|
|
|
|
|
|
|
|
SWEP.RecoilUp = 55
|
|
|
|
SWEP.RecoilSpeed = 90
|
|
|
|
SWEP.RecoilDistStart = 1
|
2024-07-18 17:27:46 -04:00
|
|
|
SWEP.RecoilDistEnd = 10
|
|
|
|
|
|
|
|
-- Model source:
|
|
|
|
-- https://gamebanana.com/mods/209669
|