SetMpGamerTagColour — FiveM Natives
0x613ED644950626AE · HUD · all
Sets a gamer tag's component colour
Parameters
| Name | Type | Description |
|---|---|---|
| gamerTagId | int | a gamerTagId obtained using for example: [`CREATE_FAKE_MP_GAMER_TAG`](#\_0xBFEFE3321A3F5015). |
| component | int | a component id, see the full list here: [link](https://docs.fivem.net/docs/game-references/gamer-tags/#components-list) |
| hudColorIndex | int | a hud color index, see the full list here: [link](https://docs.fivem.net/docs/game-references/hud-colors/) |
Returns
void