Native referenceFiveM

PLAY_SYNCHRONIZED_CAM_ANIM

0xE32EFE9AB4A9AA0C CAM
FUNCTION SIGNATURE
BOOL PLAY_SYNCHRONIZED_CAM_ANIM(Cam camera, int scene, char* animName, char* animDictionary);
Property Value
Native Name PLAY_SYNCHRONIZED_CAM_ANIM
Hash 0xE32EFE9AB4A9AA0C
Return Type BOOL
Parameters camera (Cam), scene (int), animName (char*), animDictionary (char*)

Description: ``` Examples:
CAM::PLAY_SYNCHRONIZED_CAM_ANIM(l_2734, NETWORK::_02C40BF885C567B6(l_2739), "PLAYER_EXIT_L_CAM", "mp_doorbell");
CAM::PLAY_SYNCHRONIZED_CAM_ANIM(l_F0D[7/1/], l_F4D[15/1/], "ah3b_attackheli_cam2", "missheistfbi3b_helicrash");


[Animations list](https://alexguirre.github.io/animations-list/)
Back to CAM