GTA V NativesplayerPlayer::setPlayerParachuteSmokeTrailColorOn this pagePlayer::setPlayerParachuteSmokeTrailColorSyntax ```js mp.game.player.setPlayerParachuteSmokeTrailColor(rgb); ``` Required Arguments r: int g: int b: int Return value Undefined Example ```js // todo ``` See also