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