| Property | Value |
|---|---|
| Native Name | _IS_MP_GAMER_TAG_ACTIVE_ON_ENTITY |
| Hash | 0x502E1591A504F843 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | gamerTagId (int), entity (Entity) |
Parameters
gamerTagId(int)entity(Entity)
Usage
Lua (Direct):
local result = IsMpGamerTagActiveOnEntity(gamerTagId, entity)
Lua (Hash):
local result = Citizen.InvokeNative(0x502E1591A504F843, gamerTagId, entity)