// Stieff SMG WeaponData { // Weapon data is loaded by both the Game and Client DLLs. "printname" "Stieff SMG" "viewmodel" "models/weapons/v_stieffsmg.mdl" "playermodel" "models/weapons/w_stieffsmg.mdl" "anim_prefix" "stieffsmg" "bucket" "2" "bucket_position" "5" "clip_size" "35" "clip2_size" "-1" "default_clip" "35" "default_clip2" "-1" "primary_ammo" "SMG1" "secondary_ammo" "None" "weight" "3" "item_flags" "0" "autoswitchfrom" "0" "autoswitchto" "0" "damage" "8" "ITEM_FLAG_SELECTONEMPTY" "1" // Sounds for the weapon. There is a max of 16 sounds per category (i.e. max 16 "single_shot" sounds) SoundData { "reload" "Weapon_StieffSMG1.Reload" "empty" "Weapon_StieffSMG1.Empty" "single_shot" "Weapon_StieffSMG1.Single" "single_shot_npc" "Weapon_StieffSMG1.NPC_Single" "special1" "Weapon_StieffsMG1.Special1" } // Weapon Sprite data is loaded by the Client DLL. TextureData { "weapon" { "font" "WeaponIcons" "character" "a" } "weapon_s" { "font" "WeaponIconsSelected" "character" "a" } "ammo" { "font" "WeaponIcons" "character" "r" } "ammo2" { "font" "WeaponIcons" "character" "t" } "crosshair" { "font" "Crosshairs" "character" "Q" } "autoaim" { "file" "sprites/crosshairs" "x" "0" "y" "48" "width" "24" "height" "24" } } }