Native referenceRedM

SET_BLIP_FLASH_TIMER

0x02FF4CF43B7209D1 MAP
FUNCTION SIGNATURE
void SET_BLIP_FLASH_TIMER(Blip blip, int blipType, Hash mapCardId);
Property Value
Native Name SET_BLIP_FLASH_TIMER
Hash 0x02FF4CF43B7209D1
Return Type void
Build 1207
Parameters blip (Blip), blipType (int), mapCardId (Hash)

Description: _SET_BLIP_MAP_CARD_INFO this should be the name there is no flash timer for blips blipType can be any number, but you can use blipTypes mapCardId joaat("SHOP_MOONSHINE_STILL") possibly to get the card info by this hash

Usage

Lua (Direct):

SetBlipFlashTimer(blip, blipType, mapCardId)

Lua (Hash):

Citizen.InvokeNative(0x02FF4CF43B7209D1, blip, blipType, mapCardId)
Back to MAP