Namespace: GRAPHICSAPI set: clientGame: gta5editImprove ANIMPOSTFX_PLAY
0x2206BF9A37B7F724
0x1D980479
// AnimpostfxPlay
void ANIMPOSTFX_PLAY(char* effectName, int duration, BOOL looped);
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)
Old name: _START_SCREEN_EFFECT