if ( SERVER ) then AddCSLuaFile( "shared.lua" ) end if ( CLIENT ) then SWEP.PrintName = "Para" SWEP.Author = "Counter-Strike" SWEP.Slot = 3 SWEP.SlotPos = 1 SWEP.IconLetter = "z" SWEP.ViewModelFlip = false killicon.AddFont( "weapon_para", "CSKillIcons", SWEP.IconLetter, Color( 255, 80, 0, 255 ) ) end SWEP.HoldType = "ar2" SWEP.Base = "weapon_cs_base" SWEP.Category = "Counter-Strike" SWEP.Spawnable = true SWEP.AdminSpawnable = true SWEP.ViewModel = "models/weapons/v_mach_m249para.mdl" SWEP.WorldModel = "models/weapons/w_mach_m249para.mdl" SWEP.Weight = 5 SWEP.AutoSwitchTo = false SWEP.AutoSwitchFrom = false SWEP.Primary.Sound = Sound( "Weapon_m249.Single" ) SWEP.Primary.Recoil = 2 SWEP.Primary.Damage = 60 SWEP.Primary.NumShots = 1 SWEP.Primary.Cone = 0.05 SWEP.Primary.ClipSize = 100 SWEP.Primary.Delay = 0.09 SWEP.Primary.DefaultClip = 200 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.IronSightsPos = Vector( -4.4, -3, 2 )