Skip to content

Instantly share code, notes, and snippets.

@shockdevv
shockdevv / ammotype.js
Last active December 21, 2020 22:20
GTA:V ammo types updated to latest DLC. Object key is hash, object value is ammo type.
const ammoTypeByHash = {
'94989220': 2416459067,
'100416529': 1285032059,
'101631238': 1359393852,
'125959754': 1003267566,
'126349499': 2182627693,
'137902532': 1950175060,
'171789620': 1820140472,
'177293209': 1285032059,
'205991906': 1285032059,
@shockdevv
shockdevv / weapons.js
Created December 21, 2020 22:17
GTA:V weapon hashes updated to latest DLC.
export const weapons = {
dagger: 2460120199,
bat: 2508868239,
battleaxe: 3441901897,
knuckle: 3638508604,
bottle: 4192643659,
crowbar: 2227010557,
unarmed: 2725352035,
flashlight: 2343591895,
golfclub: 1141786504,