Native referenceRedM

SET_BLIP_SPRITE

0x74F74D3207ED525C MAP
FUNCTION SIGNATURE
void SET_BLIP_SPRITE(`blip` (Blip), `hash` (Hash), `p2` (BOOL));
Property Value
Native Name SET_BLIP_SPRITE
Hash 0x74F74D3207ED525C
Return Type void
Build 1207
Parameters blip (Blip), hash (Hash), p2 (BOOL)

Parameters

  • blip (Blip)
  • hash (Hash)
  • p2 (BOOL)

Usage

Lua (Direct):

SetBlipSprite(blip, hash, p2)

Lua (Hash):

Citizen.InvokeNative(0x74F74D3207ED525C, blip, hash, p2)

Back to MAP