Support (Read Only) > Suggestions
Remove MAC's from Stronghold (Broken)
Deacon:
--- Quote from: Snivy M.D. on October 21, 2011, 01:17:30 AM ---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
Spoiler: code (click to show/hide)
--- Code: (weapon_sh_mac11-380) ---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 (5.234, 0.1, 2.5)
SWEP.IronSightsAng = Vector (0.6531, -0.0248, 0)
--- End code ---
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
Spoiler: code (click to show/hide)
--- Code: (weapon_sh_mac10-45) ---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 (5.234, 0.1, 2.5)
SWEP.IronSightsAng = Vector (0.6531, -0.0248, 0)
--- End code ---
----- 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?
--- End quote ---
looks good but a bit accurate
Deathie:
--- Quote from: Deacon on October 21, 2011, 01:39:11 AM ---looks good but a bit accurate
--- End quote ---
I put it in relation to the TMP.
The MAC's are actually more inaccurate than almost all the other weapons, aside from shotguns.
Keep in mind, fire rate and recoil would make them impossible to snipe with.
Deacon:
--- Quote from: Snivy M.D. on October 21, 2011, 02:04:56 AM ---I put it in relation to the TMP.
The MAC's are actually more inaccurate than almost all the other weapons, aside from shotguns.
Keep in mind, fire rate and recoil would make them impossible to snipe with.
--- End quote ---
as they should be. MACs aren't exactly known for their accuracy. (I know its stupid to pull the "MyDadwasagreenberet" card but he never had anything good to say about it. He had one in Panama and hated it. It was heavy, jammed alot, and pretty much worthless otherwise.
Rocket50:
--- Quote from: Deacon on October 21, 2011, 10:45:37 AM ---as they should be. MACs aren't exactly known for their accuracy. (I know its stupid to pull the "MyDadwasagreenberet" card but he never had anything good to say about it. He had one in Panama and hated it. It was heavy, jammed alot, and pretty much worthless otherwise.
--- End quote ---
Uh, that means nothing seeing how in this gamemode the guns have NO bearings on their real life counter-parts...
Deacon:
--- Quote from: Rocket50 on October 21, 2011, 11:20:46 AM ---Uh, that means nothing seeing how in this gamemode the guns have NO bearings on their real life counter-parts...
--- End quote ---
WELL PARDON ME FOR TRYING.
JESUS FUCKING CHRIST.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version