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

Player::hasPlayerLeftTheWorld

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

Gets the player's info and calls a function that checks the player's ped position.

Here's the decompiled function that checks the position: pastebin.com/ZdHG2E7n

Syntax

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

Required Arguments

Return value

  • Boolean

Example

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

See also