18 lines
445 B
Lua
18 lines
445 B
Lua
|
|
||
|
SWEP.Base = "cnr"
|
||
|
|
||
|
SWEP.PrintName = "SLIMLINE"
|
||
|
SWEP.Slot = 0
|
||
|
|
||
|
SWEP.ViewModel = "models/weapons/cstrike/c_shot_m3super90.mdl"
|
||
|
SWEP.ViewModelFOV = 90
|
||
|
SWEP.WorldModel = "models/weapons/w_shot_m3super90.mdl"
|
||
|
SWEP.ActivePos = Vector( 2, -2, -2 )
|
||
|
|
||
|
SWEP.Sound_Shoot = "weapons/m3/m3-1.wav"
|
||
|
|
||
|
SWEP.Primary.ClipSize = 4
|
||
|
SWEP.Delay = ( 60 / 80 )
|
||
|
SWEP.MaxBurst = 1
|
||
|
SWEP.DamageClose = 25
|
||
|
SWEP.DamageFar = 13
|