22 lines
524 B
Lua
22 lines
524 B
Lua
|
|
SWEP.Base = "cnr"
|
|
|
|
SWEP.PrintName = "MAXI R90"
|
|
SWEP.Slot = 0
|
|
|
|
SWEP.ViewModel = "models/weapons/cstrike/c_shot_xm1014.mdl"
|
|
SWEP.ViewModelFOV = 90
|
|
SWEP.WorldModel = "models/weapons/w_shot_xm1014.mdl"
|
|
SWEP.ActivePos = Vector( 2, -2, -2 )
|
|
|
|
SWEP.Sound_Fire = {
|
|
"cnr/weapons/m4s90/fire-01.ogg",
|
|
"cnr/weapons/m4s90/fire-02.ogg",
|
|
"cnr/weapons/m4s90/fire-03.ogg",
|
|
}
|
|
|
|
SWEP.Primary.ClipSize = 5
|
|
SWEP.Delay = ( 60 / 300 )
|
|
SWEP.MaxBurst = 1
|
|
SWEP.DamageClose = 25
|
|
SWEP.DamageFar = 13 |