CreateFakeMpGamerTag — FiveM Natives
0xBFEFE3321A3F5015 · HUD · all
As per the name, this native creates a "fake" gamer tag that is attached to a specific ped. Unlike "real" gamer tags, you cannot set the crew colour of these gamer tags. To create gamer tags for actual players and for more gamer tag information, see CREATE_MP_GAMER_TAG_WITH_CREW_COLOR.
Parameters
| Name | Type | Description |
|---|---|---|
| ped | Ped | The ped that the fake gamer tag will be attached to. |
| username | char* | The name displayed on the gamer tag. |
| crewIsPrivate | BOOL | If the crew is private. Public crews have a pointed end cap, private crews do not. |
| crewIsRockstar | BOOL | If the crew is a Rockstar crew. Rockstar crews include a Rockstar logo before the name. |
| crewName | char* | The name of the crew. |
| crewRank | int | The rank from 1-5 that the player is within the crew. Use 0 if the player is the founder of the crew. Only relevant for private crews. |
Returns
int