34 lines
774 B
Lua
34 lines
774 B
Lua
|
|
SWEP.Base = "cnr"
|
|
|
|
SWEP.PrintName = "REPT-499"
|
|
SWEP.Slot = 0
|
|
|
|
SWEP.ViewModel = "models/weapons/cstrike/c_mach_m249para.mdl"
|
|
SWEP.ViewModelFOV = 90
|
|
SWEP.WorldModel = "models/weapons/w_mach_m249para.mdl"
|
|
SWEP.ActivePos = Vector( 2, -2, -2 )
|
|
|
|
SWEP.Sound_Fire = {
|
|
"cnr/weapons/m249/fire-01.ogg",
|
|
"cnr/weapons/m249/fire-02.ogg",
|
|
"cnr/weapons/m249/fire-03.ogg",
|
|
}
|
|
|
|
SWEP.Primary.ClipSize = 60
|
|
SWEP.Delay = ( 60 / 900 )
|
|
SWEP.DamageClose = 25
|
|
SWEP.DamageFar = 13
|
|
|
|
SWEP.BubbleSpreadUp = 2
|
|
SWEP.BubbleRecoilUp = 2
|
|
SWEP.BubbleSpreadDown = 0.7
|
|
SWEP.BubbleRecoilDown = 0.7
|
|
|
|
SWEP.SpreadStart = 0.1
|
|
SWEP.SpreadEnd = 4
|
|
|
|
SWEP.RecoilUp = 33
|
|
SWEP.RecoilSpeed = 60
|
|
SWEP.RecoilDistStart = 0.5
|
|
SWEP.RecoilDistEnd = 10 |