17 lines
419 B
Lua
17 lines
419 B
Lua
|
|
||
|
SWEP.Base = "cnr"
|
||
|
|
||
|
SWEP.PrintName = "N4A4"
|
||
|
SWEP.Slot = 0
|
||
|
|
||
|
SWEP.ViewModel = "models/weapons/cstrike/c_rif_m4a1.mdl"
|
||
|
SWEP.ViewModelFOV = 90
|
||
|
SWEP.WorldModel = "models/weapons/w_rif_m4a1.mdl"
|
||
|
SWEP.ActivePos = Vector( 2, -2, -2 )
|
||
|
|
||
|
SWEP.Sound_Shoot = "weapons/m4a1/m4a1_unsil-1.wav"
|
||
|
|
||
|
SWEP.Primary.ClipSize = 30
|
||
|
SWEP.Delay = ( 60 / 900 )
|
||
|
SWEP.DamageClose = 25
|
||
|
SWEP.DamageFar = 13
|