Native referenceRedMclient

GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME

0x9D7E12EC6A1EE4E5 HUD
FUNCTION SIGNATURE
const char* GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME(const char* text, int position, int length);
Property Value
Native Name GET_CHARACTER_FROM_AUDIO_CONVERSATION_FILENAME
Hash 0x9D7E12EC6A1EE4E5
Return Type const char*
Build 1207
API Set client
Parameters text (const char*), position (int), length (int)

Description: Note: you must use VAR_STRING. Byte code very similar to TEXT_COMMAND_DISPLAY_TEXT in V Old name: _GET_TEXT_SUBSTRING

Usage

Lua (Direct):

local result = GetCharacterFromAudioConversationFilename(text, position, length)

Lua (Hash):

local result = Citizen.InvokeNative(0x9D7E12EC6A1EE4E5, text, position, length)
Back to HUD