GTA V NativesplayerPlayer::forceCleanupForThreadWithThisIdOn this pagePlayer::forceCleanupForThreadWithThisIdSyntax ```js mp.game.player.forceCleanupForThreadWithThisId(id, cleanupFlags); ``` Required Arguments id: int cleanupFlags: int Return value Undefined Example ```js // todo ``` See also