Skip to content

requestVehicleRecording

Client-side

Available in Neon, not standard MTA

Acquires and requests one registered GTA carrec recording for the calling resource.

Syntax

bool requestVehicleRecording(int recordingId)

Arguments

recordingIdint

Registered native recording ID.

Returns

true when requested or already owned; false for unknown recordings or load failure.

Ownership and lifecycle

Playback stops when the resource shuts down, the native vehicle is destroyed or streamed out, or sync ownership is lost. It uses opcode 05EB directly and does not loop.

Important behavior
  • Repeated calls are idempotent and may reload a buffer released by natural completion.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →