2023-12-21 13:58:05 -05:00
|
|
|
|
|
|
|
SWEP.Base = "cnr"
|
|
|
|
|
2023-12-21 16:15:25 -05:00
|
|
|
SWEP.PrintName = "SPITFIRE 45A"
|
2023-12-21 13:58:05 -05:00
|
|
|
SWEP.Slot = 0
|
|
|
|
|
|
|
|
SWEP.ViewModel = "models/weapons/cstrike/c_smg_mac10.mdl"
|
|
|
|
SWEP.ViewModelFOV = 90
|
|
|
|
SWEP.WorldModel = "models/weapons/w_smg_mac10.mdl"
|
|
|
|
SWEP.ActivePos = Vector( 2, -2, -2 )
|
|
|
|
|
2023-12-21 16:15:25 -05:00
|
|
|
SWEP.Sound_Fire = {
|
2023-12-21 16:50:52 -05:00
|
|
|
"cnr/weapons/mac10/fire-01.ogg",
|
|
|
|
"cnr/weapons/mac10/fire-02.ogg",
|
|
|
|
"cnr/weapons/mac10/fire-03.ogg",
|
2023-12-21 16:15:25 -05:00
|
|
|
}
|
2023-12-21 13:58:05 -05:00
|
|
|
|
|
|
|
SWEP.Primary.ClipSize = 32
|
2023-12-21 20:40:47 -05:00
|
|
|
SWEP.Delay = ( 60 / 1600 )
|
2023-12-22 09:07:47 -05:00
|
|
|
SWEP.DamageClose = 14
|
|
|
|
SWEP.DamageFar = 10
|