Skip to content

startFileCutscene

Client-side

Available in Neon, not standard MTA

Starts an owned, fully loaded native file cutscene exactly once.

Syntax

bool startFileCutscene(int token)

Arguments

tokenint

Current loaded file-cutscene token.

Returns

true when GTA started playback; false when loading is incomplete, playback already started, or the token is invalid.

Ownership and lifecycle

File cutscenes share GTA's exclusive camera lease. Release, resource shutdown, disconnect, or a camera takeover deletes the native cutscene before restoring gameplay state.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →