Skip to main content

Player::isPlaying

Checks 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​