Native referenceFiveM

ANIMPOSTFX_PLAY

0x2206BF9A37B7F724 GRAPHICS
FUNCTION SIGNATURE
void ANIMPOSTFX_PLAY(char* effectName, int duration, BOOL looped);
Property Value
Native Name ANIMPOSTFX_PLAY
Hash 0x2206BF9A37B7F724
Return Type void
Parameters effectName (char*), duration (int), looped (BOOL)

Description: ``` duration - is how long to play the effect for in milliseconds. If 0, it plays the default length if loop is true, the effect won't stop until you call ANIMPOSTFX_STOP on it. (only loopable effects)

Back to GRAPHICS