Native referenceRedM

_SET_ENTITY_BLIP_ICON_TO_LOCKON_ENTITY_PROMPT

0x97F6F158CC5B5CA2 MAP
FUNCTION SIGNATURE
void _SET_ENTITY_BLIP_ICON_TO_LOCKON_ENTITY_PROMPT(`entity` (Entity), `blipId` (int));

Description: adds the entity blip icon to the entity lockon prompt if wrong param will remove the icon if had any

Property Value
Native Name _SET_ENTITY_BLIP_ICON_TO_LOCKON_ENTITY_PROMPT
Hash 0x97F6F158CC5B5CA2
Return Type void
API Set client
Build 1207
Parameters entity (Entity), blipId (int)

Parameters

  • entity (Entity)
  • blipId (int)

Usage

Lua (Direct):

SetEntityBlipIconToLockonEntityPrompt(entity, blipId)

Lua (Hash):

Citizen.InvokeNative(0x97F6F158CC5B5CA2, entity, blipId)

Back to MAP