Native referenceFiveM

ADD_TEXT_COMPONENT_SUBSTRING_KEYBOARD_DISPLAY

0x5F68520888E69014 HUD
FUNCTION SIGNATURE
void ADD_TEXT_COMPONENT_SUBSTRING_KEYBOARD_DISPLAY(char* string);
Property Value
Native Name ADD_TEXT_COMPONENT_SUBSTRING_KEYBOARD_DISPLAY
Hash 0x5F68520888E69014
Return Type void
Parameters string (char*)

Description: Certain characters like < will have to be escaped using html entities (e.g. &lt;), otherwise the text wont display properly.

Back to HUD