Перейти к содержанию

Player::intToPlayerindex

Материал из RAGE MP Wiki Archive

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

Syntax

<syntaxhighlight lang="javascript">mp.game.player.intToPlayerindex(value);</syntaxhighlight>

Required Arguments

  • value: int

Return value

  • Player

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also