CopsNRobbers/gamemodes/copsnrobbers/entities/weapons/cnr_ak47.lua

21 lines
491 B
Lua
Raw Normal View History

2023-12-21 13:58:05 -05:00
SWEP.Base = "cnr"
SWEP.PrintName = "CV-74"
SWEP.Slot = 0
SWEP.ViewModel = "models/weapons/cstrike/c_rif_ak47.mdl"
SWEP.ViewModelFOV = 90
SWEP.WorldModel = "models/weapons/w_rif_ak47.mdl"
SWEP.ActivePos = Vector( 1, -8, -1 )
2023-12-21 16:15:25 -05:00
SWEP.Sound_Fire = {
"cnr/weapons/ak47/fire-01.ogg",
"cnr/weapons/ak47/fire-02.ogg",
"cnr/weapons/ak47/fire-03.ogg",
}
2023-12-21 13:58:05 -05:00
SWEP.Primary.ClipSize = 30
SWEP.Delay = ( 60 / 700 )
SWEP.DamageClose = 25
SWEP.DamageFar = 13