weapons = { -- Melee [GetHashKey("weapon_dagger")] = "weapon_dagger", [GetHashKey("weapon_bat")] = "weapon_bat", [GetHashKey("weapon_bottle")] = "weapon_bottle", [GetHashKey("weapon_crowbar")] = "weapon_crowbar", [GetHashKey("weapon_unarmed")] = "weapon_unarmed", [GetHashKey("weapon_flashlight")] = "weapon_flashlight", [GetHashKey("weapon_golfclub")] = "weapon_golfclub", [GetHashKey("weapon_hammer")] = "weapon_hammer", [GetHashKey("weapon_hatchet")] = "weapon_hatchet", [GetHashKey("weapon_knuckle")] = "weapon_knuckle", [GetHashKey("weapon_knife")] = "weapon_knife", [GetHashKey("weapon_machete")] = "weapon_machete", [GetHashKey("weapon_switchblade")] = "weapon_switchblade", [GetHashKey("weapon_nightstick")] = "weapon_nightstick", [GetHashKey("weapon_wrench")] = "weapon_wrench", [GetHashKey("weapon_battleaxe")] = "weapon_battleaxe", [GetHashKey("weapon_poolcue")] = "weapon_poolcue", [GetHashKey("weapon_stone_hatchet")] = "weapon_stone_hatchet", [GetHashKey("weapon_candycane")] = "weapon_candycane", -- Handguns [GetHashKey("weapon_pistol")] = "weapon_pistol", [GetHashKey("weapon_pistol_mk2")] = "weapon_pistol_mk2", [GetHashKey("weapon_combatpistol")] = "weapon_combatpistol", [GetHashKey("weapon_appistol")] = "weapon_appistol", [GetHashKey("weapon_stungun")] = "weapon_stungun", [GetHashKey("weapon_pistol50")] = "weapon_pistol50", [GetHashKey("weapon_snspistol")] = "weapon_snspistol", [GetHashKey("weapon_snspistol_mk2")] = "weapon_snspistol_mk2", [GetHashKey("weapon_heavypistol")] = "weapon_heavypistol", [GetHashKey("weapon_vintagepistol")] = "weapon_vintagepistol", [GetHashKey("weapon_flaregun")] = "weapon_flaregun", [GetHashKey("weapon_marksmanpistol")] = "weapon_marksmanpistol", [GetHashKey("weapon_revolver")] = "weapon_revolver", [GetHashKey("weapon_revolver_mk2")] = "weapon_revolver_mk2", [GetHashKey("weapon_doubleaction")] = "weapon_doubleaction", [GetHashKey("weapon_raypistol")] = "weapon_raypistol", [GetHashKey("weapon_ceramicpistol")] = "weapon_ceramicpistol", [GetHashKey("weapon_navyrevolver")] = "weapon_navyrevolver", [GetHashKey("weapon_gadgetpistol")] = "weapon_gadgetpistol", [GetHashKey("weapon_stungun_mp")] = "weapon_stungun_mp", [GetHashKey("weapon_pistolxm3")] = "weapon_pistolxm3", -- Submachine Guns [GetHashKey("weapon_microsmg")] = "weapon_microsmg", [GetHashKey("weapon_smg")] = "weapon_smg", -- [GetHashKey("weapon_smg_mk2")] = "weapon_smg_mk2", [GetHashKey("weapon_assaultsmg")] = "weapon_assaultsmg", [GetHashKey("weapon_combatpdw")] = "weapon_combatpdw", -- [GetHashKey("weapon_machinepistol")] = "weapon_machinepistol", [GetHashKey("weapon_minismg")] = "weapon_minismg", [GetHashKey("weapon_raycarbine")] = "weapon_raycarbine", [GetHashKey("weapon_tecpistol")] = "weapon_tecpistol", -- Shotguns [GetHashKey("weapon_pumpshotgun")] = "weapon_pumpshotgun", [GetHashKey("weapon_pumpshotgun_mk2")] = "weapon_pumpshotgun_mk2", [GetHashKey("weapon_sawnoffshotgun")] = "weapon_sawnoffshotgun", [GetHashKey("weapon_assaultshotgun")] = "weapon_assaultshotgun", [GetHashKey("weapon_bullpupshotgun")] = "weapon_bullpupshotgun", [GetHashKey("weapon_heavyshotgun")] = "weapon_heavyshotgun", [GetHashKey("weapon_dbshotgun")] = "weapon_dbshotgun", [GetHashKey("weapon_autoshotgun")] = "weapon_autoshotgun", [GetHashKey("weapon_combatshotgun")] = "weapon_combatshotgun", -- Assault Rifles -- [GetHashKey("weapon_assaultrifle")] = "weapon_assaultrifle", [GetHashKey("weapon_assaultrifle_mk2")] = "weapon_assaultrifle_mk2", [GetHashKey("weapon_carbinerifle")] = "weapon_carbinerifle", [GetHashKey("weapon_carbinerifle_mk2")] = "weapon_carbinerifle_mk2", [GetHashKey("weapon_advancedrifle")] = "weapon_advancedrifle", [GetHashKey("weapon_specialcarbine")] = "weapon_specialcarbine", [GetHashKey("weapon_specialcarbine_mk2")] = "weapon_specialcarbine_mk2", [GetHashKey("weapon_bullpuprifle")] = "weapon_bullpuprifle", [GetHashKey("weapon_bullpuprifle_mk2")] = "weapon_bullpuprifle_mk2", [GetHashKey("weapon_compactrifle")] = "weapon_compactrifle", [GetHashKey("weapon_militaryrifle")] = "weapon_militaryrifle", [GetHashKey("weapon_heavyrifle")] = "weapon_heavyrifle", [GetHashKey("weapon_tacticalrifle")] = "weapon_tacticalrifle", -- Light Machine Guns [GetHashKey("weapon_mg")] = "weapon_mg", [GetHashKey("weapon_combatmg")] = "weapon_combatmg", [GetHashKey("weapon_combatmg_mk2")] = "weapon_combatmg_mk2", [GetHashKey("weapon_gusenberg")] = "weapon_gusenberg", -- Sniper Rifles [GetHashKey("weapon_sniperrifle")] = "weapon_sniperrifle", [GetHashKey("weapon_heavysniper")] = "weapon_heavysniper", [GetHashKey("weapon_heavysniper_mk2")] = "weapon_heavysniper_mk2", [GetHashKey("weapon_marksmanrifle")] = "weapon_marksmanrifle", [GetHashKey("weapon_marksmanrifle_mk2")] = "weapon_marksmanrifle_mk2", [GetHashKey("weapon_precisionrifle")] = "weapon_precisionrifle", -- Heavy Weapons [GetHashKey("weapon_rpg")] = "weapon_rpg", [GetHashKey("weapon_grenadelauncher")] = "weapon_grenadelauncher", [GetHashKey("weapon_grenadelauncher_smoke")] = "weapon_grenadelauncher_smoke", [GetHashKey("weapon_minigun")] = "weapon_minigun", [GetHashKey("weapon_firework")] = "weapon_firework", [GetHashKey("weapon_railgun")] = "weapon_railgun", [GetHashKey("weapon_hominglauncher")] = "weapon_hominglauncher", [GetHashKey("weapon_compactlauncher")] = "weapon_compactlauncher", [GetHashKey("weapon_rayminigun")] = "weapon_rayminigun", [GetHashKey("weapon_emplauncher")] = "weapon_emplauncher", [GetHashKey("weapon_railgunxm3")] = "weapon_railgunxm3", -- Throwables [GetHashKey("weapon_grenade")] = "weapon_grenade", [GetHashKey("weapon_bzgas")] = "weapon_bzgas", [GetHashKey("weapon_molotov")] = "weapon_molotov", [GetHashKey("weapon_stickybomb")] = "weapon_stickybomb", [GetHashKey("weapon_proxmine")] = "weapon_proxmine", [GetHashKey("weapon_snowball")] = "weapon_snowball", [GetHashKey("weapon_pipebomb")] = "weapon_pipebomb", [GetHashKey("weapon_ball")] = "weapon_ball", [GetHashKey("weapon_smokegrenade")] = "weapon_smokegrenade", [GetHashKey("weapon_flare")] = "weapon_flare", [GetHashKey("weapon_acidpackage")] = "weapon_acidpackage", -- Miscellaneous [GetHashKey("weapon_petrolcan")] = "weapon_petrolcan", [GetHashKey("gadget_parachute")] = "gadget_parachute", [GetHashKey("weapon_fireextinguisher")] = "weapon_fireextinguisher", [GetHashKey("weapon_hazardcan")] = "weapon_hazardcan", [GetHashKey("weapon_fertilizercan")] = "weapon_fertilizercan", }