2023-12-21 13:58:05 -05:00
|
|
|
|
|
|
|
SWEP.Base = "cnr"
|
|
|
|
|
2023-12-21 16:15:25 -05:00
|
|
|
SWEP.PrintName = "SLIMLINE 12G"
|
2023-12-21 13:58:05 -05:00
|
|
|
SWEP.Slot = 0
|
|
|
|
|
|
|
|
SWEP.ViewModel = "models/weapons/cstrike/c_shot_m3super90.mdl"
|
|
|
|
SWEP.ViewModelFOV = 90
|
|
|
|
SWEP.WorldModel = "models/weapons/w_shot_m3super90.mdl"
|
|
|
|
SWEP.ActivePos = Vector( 2, -2, -2 )
|
|
|
|
|
2023-12-21 17:22:22 -05:00
|
|
|
SWEP.Sound_Fire = {
|
|
|
|
"cnr/weapons/mossberg/fire-01.ogg",
|
|
|
|
"cnr/weapons/mossberg/fire-02.ogg",
|
|
|
|
"cnr/weapons/mossberg/fire-03.ogg",
|
|
|
|
}
|
2023-12-21 13:58:05 -05:00
|
|
|
|
|
|
|
SWEP.Primary.ClipSize = 4
|
|
|
|
SWEP.Delay = ( 60 / 80 )
|
|
|
|
SWEP.MaxBurst = 1
|
|
|
|
SWEP.DamageClose = 25
|
2023-12-22 09:07:47 -05:00
|
|
|
SWEP.DamageFar = 13
|
|
|
|
|
|
|
|
SWEP.ShotgunReloading = true
|