---
title: "GTA Data"
description: "Reference tables for the GTA V values Asphyxia's configuration accepts — weapons, explosions, vehicle classes and more."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.asphyxia.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# GTA Data

Most of Asphyxia's configuration takes GTA V's own values: a weapon hash, an
explosion type, a vehicle model. These pages are the lookup tables for those
values, so you can fill in a blacklist without hunting through the game's
source data.

## What you'll use most

- **Weapons** — Weapon names and hashes for the blacklisted-weapons list.
- **Explosions** — Explosion type IDs for the explosion blacklist.
- **Vehicle Classes** — Class indexes for grouping vehicles.
- **Death Causes** — The weapon hash reported when a player dies.

## Finding a model name

Vehicle and ped blacklists take a **model name** (like `adder` or
`a_m_y_beach_01`), not a class or an index. The fastest way to get one for
something already in your world is the
[entity inspector](/anticheat/admin-menu#entity-inspector) in the in-game admin
menu — look at the entity, press the inspect key, and copy the model name
straight into your blacklist.

Source: https://docs.asphyxia.dev/gta-data/index.mdx
