Native referenceRedM

REMOVE_MP_GAMER_TAG

0x839BFD7D7E49FE09 HUD
FUNCTION SIGNATURE
void REMOVE_MP_GAMER_TAG(`gamerTagId` (int));

Description: only works by invoking and passing as pointer value Citizen.InvokeNative(0x839BFD7D7E49FE09, Citizen.PointerValueIntInitialized(gamerTagId))

Property Value
Native Name REMOVE_MP_GAMER_TAG
Hash 0x839BFD7D7E49FE09
Return Type void
API Set client
Build 1207
Parameters gamerTagId (int)

Parameters

  • gamerTagId (int)

Usage

Lua (Direct):

RemoveMpGamerTag(gamerTagId)

Lua (Hash):

Citizen.InvokeNative(0x839BFD7D7E49FE09, gamerTagId)

Back to HUD