Skip to content

reportVehicleMissionAudioEvent

Client-side

Available in Neon, not standard MTA

Reports one verified GTA script-audio event on a streamed vehicle's native audio entity.

Syntax

bool reportVehicleMissionAudioEvent(vehicle theVehicle, int eventId)

Arguments

theVehiclevehicle

Streamed vehicle with a native GTA instance.

eventIdint

One-shot physical-entity script event from 1000 through 1190.

Returns

true when the event was reported; false for an unavailable vehicle/audio engine or an event outside the verified family.

Ownership and lifecycle

These calls act immediately on streamed native state and do not create a persistent lease. The resource remains responsible for scene timing and authoritative mission progression.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →