Native referenceRedM

TEXT_BLOCK_REQUEST

0xF66090013DE648D5 HUD
FUNCTION SIGNATURE
void TEXT_BLOCK_REQUEST(`textBlock` (const char*));
Property Value
Native Name TEXT_BLOCK_REQUEST
Hash 0xF66090013DE648D5
Return Type void
Build 1207
Parameters textBlock (const char*)

Parameters

  • textBlock (const char*)

Usage

Lua (Direct):

TextBlockRequest(textBlock)

Lua (Hash):

Citizen.InvokeNative(0xF66090013DE648D5, textBlock)

Back to HUD