GTA V NativesplayerPlayer::getPlayerParachuteSmokeTrailColorOn this pagePlayer::getPlayerParachuteSmokeTrailColorSyntax ```js mp.game.player.getPlayerParachuteSmokeTrailColor(rgb); ``` Required Arguments r: int g: int b: int Return value object: r, g, b Example ```js // todo ``` See also