21 lines
504 B
Lua
21 lines
504 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 / 700 )
|
|
SWEP.DamageClose = 25
|
|
SWEP.DamageFar = 13 |