Skip to main content

Player::isPlayerPlaying

Checks 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