34 lines
763 B
Lua
34 lines
763 B
Lua
|
|
SWEP.Base = "cnr"
|
|
|
|
SWEP.PrintName = "SWORDFISH-5"
|
|
SWEP.Slot = 0
|
|
|
|
SWEP.ViewModel = "models/weapons/cstrike/c_smg_mp5.mdl"
|
|
SWEP.ViewModelFOV = 90
|
|
SWEP.WorldModel = "models/weapons/w_smg_mp5.mdl"
|
|
SWEP.ActivePos = Vector( 2, -2, -2 )
|
|
|
|
SWEP.Sound_Fire = {
|
|
"cnr/weapons/mp5/fire-01.ogg",
|
|
"cnr/weapons/mp5/fire-02.ogg",
|
|
"cnr/weapons/mp5/fire-03.ogg",
|
|
}
|
|
|
|
SWEP.Primary.ClipSize = 30
|
|
SWEP.Delay = ( 60 / 900 )
|
|
SWEP.DamageClose = 16
|
|
SWEP.DamageFar = 10
|
|
|
|
SWEP.BubbleSpreadUp = 0.8
|
|
SWEP.BubbleRecoilUp = 0.8
|
|
SWEP.BubbleSpreadDown = 0.2
|
|
SWEP.BubbleRecoilDown = 0.2
|
|
|
|
SWEP.SpreadStart = 0
|
|
SWEP.SpreadEnd = 10
|
|
|
|
SWEP.RecoilUp = 60
|
|
SWEP.RecoilSpeed = 180
|
|
SWEP.RecoilDistStart = 1
|
|
SWEP.RecoilDistEnd = 5 |