18 lines
440 B
Lua
18 lines
440 B
Lua
|
|
SWEP.Base = "cnr"
|
|
|
|
SWEP.PrintName = "CAL.357"
|
|
SWEP.Slot = 1
|
|
|
|
SWEP.ViewModel = "models/weapons/cstrike/c_pist_p228.mdl"
|
|
SWEP.ViewModelFOV = 90
|
|
SWEP.WorldModel = "models/weapons/w_pist_p228.mdl"
|
|
SWEP.ActivePos = Vector( 1, -6, -1 )
|
|
|
|
SWEP.Sound_Shoot = "weapons/p228/p228-1.wav"
|
|
|
|
SWEP.Primary.ClipSize = 13
|
|
SWEP.Delay = ( 60 / 400 )
|
|
SWEP.MaxBurst = 1
|
|
SWEP.DamageClose = 25
|
|
SWEP.DamageFar = 13 |