Skip to main content

Player::intToPlayerindex

Simply returns whatever is passed to it (Regardless of whether the handle is valid or not).

Syntax

```js mp.game.player.intToPlayerindex(value); ```

Required Arguments

  • value: int

Return value

  • Player

Example

```js // todo ```

See also