summaryrefslogtreecommitdiff
path: root/entities/weapons/rad_tmp/shared.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2016-05-30 14:42:09 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2016-05-30 14:42:09 -0400
commit2736f498f30220b858fc6fac23e7ddc4a597df6d (patch)
tree374ceadedb654b00e09dac321620a8320830f734 /entities/weapons/rad_tmp/shared.lua
downloadredead-2736f498f30220b858fc6fac23e7ddc4a597df6d.tar.gz
redead-2736f498f30220b858fc6fac23e7ddc4a597df6d.tar.bz2
redead-2736f498f30220b858fc6fac23e7ddc4a597df6d.zip
Inital commit
Diffstat (limited to 'entities/weapons/rad_tmp/shared.lua')
-rw-r--r--entities/weapons/rad_tmp/shared.lua39
1 files changed, 39 insertions, 0 deletions
diff --git a/entities/weapons/rad_tmp/shared.lua b/entities/weapons/rad_tmp/shared.lua
new file mode 100644
index 0000000..f0a794a
--- /dev/null
+++ b/entities/weapons/rad_tmp/shared.lua
@@ -0,0 +1,39 @@
+if SERVER then
+
+ AddCSLuaFile("shared.lua")
+
+end
+
+if CLIENT then
+
+ SWEP.ViewModelFlip = true
+
+ SWEP.PrintName = "TMP"
+ SWEP.IconLetter = "x"
+ SWEP.Slot = 3
+ SWEP.Slotpos = 2
+
+end
+
+SWEP.HoldType = "rpg"
+
+SWEP.Base = "rad_base"
+
+SWEP.ViewModel = "models/weapons/v_smg_tmp.mdl"
+SWEP.WorldModel = "models/weapons/w_smg_tmp.mdl"
+
+SWEP.SprintPos = Vector (2.0027, -0.751, 0.1411)
+SWEP.SprintAng = Vector (-1.2669, -27.7284, 10.4434)
+
+SWEP.IsSniper = false
+SWEP.AmmoType = "SMG"
+
+SWEP.Primary.Sound = Sound( "Weapon_USP.SilencedShot" )
+SWEP.Primary.Recoil = 4.5
+SWEP.Primary.Damage = 35
+SWEP.Primary.NumShots = 1
+SWEP.Primary.Cone = 0.035
+SWEP.Primary.Delay = 0.075
+
+SWEP.Primary.ClipSize = 30
+SWEP.Primary.Automatic = true