GTA V NativesplayerPlayer::intToPlayerindexOn this pagePlayer::intToPlayerindexSimply 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