41 lines
859 B
Lua
41 lines
859 B
Lua
AddCSLuaFile()
|
|
|
|
SWEP.Base = 'weapon_base_qwb'
|
|
|
|
SWEP.WorldModel = 'models/weapons/w_shot_m3super90.mdl'
|
|
|
|
SWEP.PrintName = 'M3 Super'
|
|
SWEP.Category = 'qurs\' weapons base'
|
|
|
|
SWEP.Spawnable = true
|
|
SWEP.AdminOnly = false
|
|
|
|
SWEP.IronsightOffset = Vector(-2.5, -0.95, 4.7)
|
|
SWEP.IronsightAngle = Angle(-5, -2, 0)
|
|
SWEP.IronsightZNear = 1
|
|
|
|
SWEP.Primary.Sound = 'Weapon_M3.Single'
|
|
SWEP.Primary.Damage = 6
|
|
SWEP.Primary.NumShots = 8
|
|
SWEP.Primary.Spread = 0.1
|
|
SWEP.Primary.Delay = 1
|
|
|
|
SWEP.Primary.ClipSize = 6
|
|
SWEP.Primary.DefaultClip = 0
|
|
SWEP.Primary.Automatic = false
|
|
SWEP.Primary.Ammo = 'Buckshot'
|
|
|
|
SWEP.Recoil = 15
|
|
SWEP.HorizontalRecoil = 25
|
|
|
|
SWEP.HipFireRecoil = 10
|
|
|
|
SWEP.HoldType = 'ar2'
|
|
|
|
SWEP.ShellType = '12Gauge'
|
|
SWEP.ShellOffset = Vector(-20, 1, -1.5)
|
|
SWEP.ShellVelocity = 100
|
|
|
|
SWEP.AimSound = Sound('weapons/ammopickup.wav')
|
|
|
|
SWEP.ShootPos = Vector(20, -0.8, 7.3) |