GTA V NativesplayerPlayer::isPlayingOn this pagePlayer::isPlayingChecks whether the specified player has a Ped, the Ped is not dead, is not injured and is not arrested. Syntax ```js player.isPlaying(); ``` Required Arguments Return value Boolean Example ```js // todo ``` See also