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

Player::forceCleanupForThreadWithThisId

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

Syntax

<syntaxhighlight lang="javascript">mp.game.player.forceCleanupForThreadWithThisId(id, cleanupFlags);</syntaxhighlight>

Required Arguments

  • id: int
  • cleanupFlags: int

Return value

  • Undefined

Example

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

See also