MAC-11 .380
Price - $1300
Weapon Type - Machine Pistol
Damage - 30 per shot
Accuracy - 98.8%
Recoil - 0.9 feet
Clip Size - 30 bullets
Fire Rate - 0.04 Seconds between shots
Fire Modes - Semi Automatic / Fully Automatic
if (SERVER) then
AddCSLuaFile("shared.lua")
elseif (CLIENT) then
SWEP.DrawAmmo = true
SWEP.PrintName = "MAC-11 .380"
SWEP.IconLetter = "d"
killicon.AddFont("weapon_sh_tmp", "CSKillIcons", SWEP.IconLetter, Color(200, 200, 200, 255))
end
SWEP.HoldType = "smg"
SWEP.MuzzleEffect = "silenced"
SWEP.ShellEffect = "rg_shelleject"
SWEP.MuzzleAttachment = "1"
SWEP.ShellEjectAttachment = "2"
SWEP.Base = "weapon_sh_base_pistol"
SWEP.Spawnable = true
SWEP.AdminSpawnable = true
SWEP.ViewModel = "models/weapons/v_smg_mac10.mdl"
SWEP.WorldModel = "models/weapons/w_smg_mac10.mdl"
SWEP.Primary.Sound = Sound("Weapon_MAC10.Single")
SWEP.Primary.Recoil = 0.3
SWEP.Primary.Damage = 10
SWEP.Primary.NumShots = 1
SWEP.Primary.Cone = 0.012
SWEP.Primary.ClipSize = 30
SWEP.Primary.Delay = 0.04
SWEP.Primary.DefaultClip = 30
SWEP.Primary.Automatic = true
SWEP.Primary.Ammo = "smg1"
SWEP.Secondary.ClipSize = -1
SWEP.Secondary.DefaultClip = -1
SWEP.Secondary.Automatic = false
SWEP.Secondary.Ammo = "none"
SWEP.ModelRunAnglePreset = 2
SWEP.FireSelect = 1
SWEP.RMod = 1
SWEP.RRise = -0.001
SWEP.SlideLocks = 0
SWEP.FreeFloatHair = 0
SWEP.SMG = true
SWEP.IronSightsPos = Vector (6.192, -4.231, 2.881)
SWEP.IronSightsAng = Vector (0.574, 1.799, 5.824)
MAC-10 .45
Price - $1700
Weapon Type - Machine Pistol
Damage - 36 per shot
Accuracy - 99%
Recoil - 0.8 feet
Clip Size - 30 bullets
Fire Rate - 0.04 Seconds between shots
Fire Modes - Semi Automatic / Fully Automatic
if (SERVER) then
AddCSLuaFile("shared.lua")
elseif (CLIENT) then
SWEP.DrawAmmo = true
SWEP.PrintName = "MAC-10 .45"
SWEP.IconLetter = "d"
killicon.AddFont("weapon_sh_tmp", "CSKillIcons", SWEP.IconLetter, Color(200, 200, 200, 255))
end
SWEP.HoldType = "smg"
SWEP.MuzzleEffect = "silenced"
SWEP.ShellEffect = "rg_shelleject"
SWEP.MuzzleAttachment = "1"
SWEP.ShellEjectAttachment = "2"
SWEP.Base = "weapon_sh_base_pistol"
SWEP.Spawnable = true
SWEP.AdminSpawnable = true
SWEP.ViewModel = "models/weapons/v_smg_mac10.mdl"
SWEP.WorldModel = "models/weapons/w_smg_mac10.mdl"
SWEP.Primary.Sound = Sound("Weapon_MAC10.Single")
SWEP.Primary.Recoil = 0.25
SWEP.Primary.Damage = 12
SWEP.Primary.NumShots = 1
SWEP.Primary.Cone = 0.01
SWEP.Primary.ClipSize = 30
SWEP.Primary.Delay = 0.04
SWEP.Primary.DefaultClip = 30
SWEP.Primary.Automatic = true
SWEP.Primary.Ammo = "smg1"
SWEP.Secondary.ClipSize = -1
SWEP.Secondary.DefaultClip = -1
SWEP.Secondary.Automatic = false
SWEP.Secondary.Ammo = "none"
SWEP.ModelRunAnglePreset = 2
SWEP.FireSelect = 1
SWEP.RMod = 1
SWEP.RRise = -0.001
SWEP.SlideLocks = 0
SWEP.FreeFloatHair = 0
SWEP.SMG = true
SWEP.IronSightsPos = Vector(6.192, -4.231, 2.881)
SWEP.IronSightsAng = Vector(0.574, 1.799, 5.824)
----- For comparison purposes
STEYR TMP
Price - $1600
Weapon Type - Machine Pistol
Damage - 30 per shot
Accuracy - 99.2%
Recoil - 0.8 feet
Clip Size - 30 bullets
Fire Rate - 0.045 Seconds between shots
Fire Modes - Semi Automatic / Fully Automatic
Seem balanced?