public enum WeaponHash
{
    Knife,
    Nightstick,
    Hammer,
    Bat,
    GolfClub,
    Crowbar,
    Bottle,
    SwitchBlade,
    BattleAxe,
    PoolCue,
    Wrench,
    StoneHatchet,
    CandyCane,
    Pistol,
    PistolMk2,
    CombatPistol,
    APPistol,
    Pistol50,
    FlareGun,
    MarksmanPistol,
    Revolver,
    RevolverMk2,
    DoubleActionRevolver,
    UpNAtomizer,
    CeramicPistol,
    NavyRevolver,
    MetalDetector,
    PericoPistol,
    WM29Pistol,
    HackingDevice,
    MicroSMG,
    SMG,
    SMGMk2,
    AssaultSMG,
    CombatPDW,
    MiniSMG,
    TacticalSMG,
    AssaultRifle,
    AssaultrifleMk2,
    CarbineRifle,
    CarbineRifleMk2,
    AdvancedRifle,
    CompactRifle,
    MilitaryRifle,
    HeavyRifle,
    ServiceCarbine,
    BattleRifle,
    MG,
    CombatMG,
    CombatMGMk2,
    UnholyHellbringer,
    PumpShotgun,
    PumpShotgunMk2,
    SawnOffShotgun,
    AssaultShotgun,
    BullpupShotgun,
    DoubleBarrelShotgun,
    SweeperShotgun,
    CombatShotgun,
    StunGun,
    StunGunMultiplayer,
    SniperRifle,
    HeavySniper,
    HeavySniperMk2,
    PrecisionRifle,
    GrenadeLauncher,
    GrenadeLauncherSmoke,
    CompactGrenadeLauncher,
    CompactEMPLauncher,
    RPG,
    Minigun,
    Widowmaker,
    SnowballLauncher,
    Grenade,
    StickyBomb,
    SmokeGrenade,
    BZGas,
    Molotov,
    PipeBomb,
    FireExtinguisher,
    PetrolCan,
    HazardousJerryCan,
    FertilizerCan,
    AcidPackage,
    SNSPistol,
    SNSPistolMk2,
    SpecialCarbine,
    SpecialCarbineMk2,
    HeavyPistol,
    BullpupRifle,
    BullpupRifleMk2,
    HomingLauncher,
    ProximityMine,
    Snowball,
    VintagePistol,
    Dagger,
    Firework,
    Musket,
    MarksmanRifle,
    MarksmanRifleMk2,
    HeavyShotgun,
    Gusenberg,
    Hatchet,
    Railgun,
    RailgunXmas3,
    Unarmed,
    KnuckleDuster,
    Machete,
    MachinePistol,
    Flashlight,
    Ball,
    Flare,
    NightVision,
    Parachute
}