@nativewrappers/fivem
Version:
Native wrappers and utilities for use with FiveM.
19 lines (18 loc) • 448 B
TypeScript
/**
* Mk2 weapon hash
*
*/
export declare enum Mk2WeaponHash {
PistolMk2 = 3219281620,
SNSPistolMk2 = 2285322324,
RevolverMk2 = 3415619887,
SMGMk2 = 2024373456,
PumpShotgunMk2 = 1432025498,
AssaultRifleMk2 = 961495388,
CarbineRifleMk2 = 4208062921,
SpecialCarbineMk2 = 2526821735,
BullpupRifleMk2 = 2228681469,
CombatMGMk2 = 3686625920,
HeavySniperMk2 = 177293209,
MarksmanRifleMk2 = 1785463520
}