GTA V NativespedPed::isSynchronizedSceneRunningOn this pagePed::isSynchronizedSceneRunningReturns true if a synchronized scene is running Syntax ```js mp.game.ped.isSynchronizedSceneRunning(sceneId); ``` Required Arguments sceneId: int Return value Boolean Example ```js // todo ``` See also