Skip to Content
Game ReferencesGamer Tags

Gamer Tags

Gamer tags are the overhead displays shown above player characters. They consist of multiple components that can be individually toggled. Use CreateMpGamerTagWithCrewColor and related natives to manage them. Store the created tag handle, update only the components your interface needs, and remove the tag when its player or ped is no longer relevant.

Quick Usage

-- Create a gamer tag for a ped local tag = CreateMpGamerTagWithCrewColor(ped, "PlayerName", false, false, "", 0, 0, 0, 0) -- Show components SetMpGamerTagVisibility(tag, 0, true) -- Show name SetMpGamerTagVisibility(tag, 2, true) -- Show health/armour bar -- Set tag colour SetMpGamerTagColour(tag, 0, 116) -- Set name colour -- Remove when done RemoveMpGamerTag(tag)

All Gamer Tag Components

10 entries
IDNameDescription
GAMER_NAMEPlayer name display
CREW_TAGCrew tag display
HEALTH_ARMOURHealth/armour bar
BIG_TEXTLarge text display
AUDIO_ICONSpeaker/audio icon
USING_MENUMenu indicator
FLAGFlag icon
WANTED_STARSWanted level stars display
TYPINGTyping indicator
BAG_LARGELarge bag icon