Native referenceFiveM

REQUEST_CUTSCENE_WITH_PLAYBACK_LIST

0xC23DE0E91C30B58C CUTSCENE
FUNCTION SIGNATURE
void REQUEST_CUTSCENE_WITH_PLAYBACK_LIST(char* cutsceneName, int playbackFlags, int flags);
Property Value
Native Name REQUEST_CUTSCENE_WITH_PLAYBACK_LIST
Hash 0xC23DE0E91C30B58C
Return Type void
Parameters cutsceneName (char*), playbackFlags (int), flags (int)

Description: ``` playbackFlags: Which scenes should be played. Example: 0x105 (bit 0, 2 and 8 set) will enable scene 1, 3 and 9.


### Parameters
- **`cutsceneName`** (`char*`)
- **`playbackFlags`** (`int`)
- **`flags`** (`int`) — Usually 8
Back to CUTSCENE