Native referenceRedM

SET_BLIP_NAME_FROM_TEXT_FILE

0x0A062D6D7C0B2C2C MAP
FUNCTION SIGNATURE
void SET_BLIP_NAME_FROM_TEXT_FILE(`blip` (Blip), `textLabel` (char*));
Property Value
Native Name SET_BLIP_NAME_FROM_TEXT_FILE
Hash 0x0A062D6D7C0B2C2C
Return Type void
Build 1207
Parameters blip (Blip), textLabel (char*)

Parameters

  • blip (Blip)
  • textLabel (char*)

Usage

Lua (Direct):

SetBlipNameFromTextFile(blip, textLabel)

Lua (Hash):

Citizen.InvokeNative(0x0A062D6D7C0B2C2C, blip, textLabel)

Back to MAP