Skip to main content

Player::getPlayerParachuteSmokeTrailColor

Syntax​

```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​