GTA V NativescutsceneCutscene::startCutsceneAtCoordsOn this pageCutscene::startCutsceneAtCoordsp3: some kind of flag. Usually 0. Syntax ```js mp.game.cutscene.startCutsceneAtCoords(x, y, z, p3); ``` Required Arguments x: float y: float z: float p3: int Return value Undefined Example ```js // todo ``` See also