// Change what ever you want in this script \\
SWEP.PrintName = ""
SWEP.Author = ""
SWEP.Instructions = ""

SWEP.Spawnable = true
SWEP.AdminOnly = false
SWEP.Category = ""

SWEP.Primary.ClipSize = 30
SWEP.Primary.DefaultClip = 30

SWEP.Primary.Automatic = true
SWEP.Primary.Ammo = "30"

SWEP.Secondary.ClipSize = 
SWEP.Secondary.DefaultClip =
SWEP.Secondary.Ammo = 
SWEP.Secondary.Automatic =
SWEP.WorldModel = "models/weapon/w_pistol.mdl"
SWEP.ViewModel = "models/weapons/v_pistol.mdl" 

SWEP.Weight = 3
SWEP.AutoSwitchTo = false
SWEP.AutoSwitchFrom = false
SWEP.Slot = 1
SWEP.SlotPos = 2
SWEP.DrawAmmo = true
SWEP.DrawCrosshair = true

local ShootSound = Sound ( "Weapon_357.Single" )  // or  "SWEP.Primary.Sound"  -- No Quotes \\
// Example, don't put local shootsound, remove the whole thing and just put "SWEP.Primary.Sound" with no quotes like the other lines of scripts above \\