if SERVER then AddCSLuaFile("shared.lua") end if CLIENT then SWEP.ViewModelFlip = true SWEP.PrintName = "HK UMP45" SWEP.IconLetter = "q" SWEP.Slot = 3 SWEP.Slotpos = 2 end SWEP.HoldType = "smg" SWEP.Base = "rad_base" SWEP.ViewModel = "models/weapons/v_smg_ump45.mdl" SWEP.WorldModel = "models/weapons/w_smg_ump45.mdl" SWEP.SprintPos = Vector (-1.0859, -4.2523, -1.1534) SWEP.SprintAng = Vector (-4.8822, -38.3984, 14.6527) SWEP.IsSniper = false SWEP.AmmoType = "SMG" SWEP.Primary.Sound = Sound( "Weapon_UMP45.Single" ) SWEP.Primary.Recoil = 6.5 SWEP.Primary.Damage = 35 SWEP.Primary.NumShots = 1 SWEP.Primary.Cone = 0.045 SWEP.Primary.Delay = 0.100 SWEP.Primary.ClipSize = 25 SWEP.Primary.Automatic = true