Skip to content

Components, Props & IDs

IDs are CONFIRMED against specialist DCT docs and common native usage (SET_PED_COMPONENT_VARIATION / SET_PED_PROP_INDEX).

Difficulty: Easy (lookup) / Intermediate (limits) · Affects: both

Components · Props · Drawable count

Components (PV_COMP)

IDPrefixPV_COMPTypical clothes
0headHEADFace/head
1berdBERDMasks / “beard” slot
2hairHAIRHair
3upprUPPRTorso / gloves
4lowrLOWRLegs
5handHANDBags / backpacks (DCT); parachute-related in some lists
6feetFEETShoes
7teefTEEFNeck / parachute / scuba (names vary by tutorial)
8accsACCSUndershirt / shirt under jbib
9taskTASKBody armor / vest
10declDECLDecals
11jbibJBIBTops / jackets

If a shop script’s labels disagree with this table, trust IDs, not the UI nickname.

Props (anchors)

IDPrefixAnchorTypical
0p_headHEADHats
1p_eyesEYESGlasses
2p_earsEARSEarrings
3p_mouthMOUTHRare in freemode shops
4–5p_lhand / p_rhandHANDSRare
6p_lwristLEFT_WRISTWatches
7p_rwristRIGHT_WRISTBracelets
8–12hip / feet / PH handsRarely used in clothing packs

Source: Drawable Types

Drawable count inside one collection

Different from YMT slot count.

128Conservative / DCT — Drawables per component type per gender per collection. Historical guidance.
0–255Component sync — **CONFIRMED** FiveM July 2026 ([a6f68af](https://github.com/citizenfx/fivem/commit/a6f68afb776e6df44a56816efecfef46fdceb36f)). Client and server. Not a YMT slot gift.
255File format — Collection / file-format boundary (DCT refuses more).

Props still have a 128-sync advisory. The component patch does not cover prop synchronization (CONFIRMED specialist DCT docs).

Props: old 8-bit global index

Addon prop vanished

unpatched client · Intermediate

Cause

Older runtimes stored part of the global prop index in 8 bits. Addon props past that boundary could be invisible (usually not a crash).

Confirm

Updated clients see the prop. Same resource, same files.

Fix: Update the client (PR #2421, 19 Mar 2024). This does not make streamed-prop capacity unlimited.


Support for Zaiders Store FiveM clothing packs.