Native referenceRedM

_SET_BLIP_ICON_TO_LOCKON_ENTITY_PROMPT

0x7563CBCA99253D1A MAP
FUNCTION SIGNATURE
void _SET_BLIP_ICON_TO_LOCKON_ENTITY_PROMPT(`entity` (Entity), `blipIcon` (Hash));

Description: will add a blip icon to the entity lockon prompt that you specify

Property Value
Native Name _SET_BLIP_ICON_TO_LOCKON_ENTITY_PROMPT
Hash 0x7563CBCA99253D1A
Return Type void
API Set client
Build 1207
Parameters entity (Entity), blipIcon (Hash)

Parameters

  • entity (Entity)
  • blipIcon (Hash)

Usage

Lua (Direct):

SetBlipIconToLockonEntityPrompt(entity, blipIcon)

Lua (Hash):

Citizen.InvokeNative(0x7563CBCA99253D1A, entity, blipIcon)

Back to MAP