Native referenceFiveM

ADD_ENTITY_ICON

0x9CD43EEE12BF4DD0 GRAPHICS
FUNCTION SIGNATURE
Any ADD_ENTITY_ICON(Entity entity, char* icon);
Property Value
Native Name ADD_ENTITY_ICON
Hash 0x9CD43EEE12BF4DD0
Return Type Any
Parameters entity (Entity), icon (char*)

Description: ``` Example:
GRAPHICS::ADD_ENTITY_ICON(a_0, "MP_Arrow");
I tried this and nothing happened...

Back to GRAPHICS