Events and Exports

Start Cutscene

This client sided export and event are used as a trigger to start the cutscene, i.e., the main trigger

exports["eh_cutscene"]:start()

Is Taxi Cutscene

This client-side export is used to identify whether the vehicle entity ID provided is a cutscene's spawned taxi or a random NPC vehicle. It helps tackle issues where vehicle key scripts forcefully lock taxi doors when a player attempts to enter the taxi. Click here to view the usage of the export.

exports["eh_cutscene"]:isVehicleTaxi(vehicle_entity_id)

Last updated