Skip to main content

Ui::getHudColour

HUD colors and their values: pastebin.com/d9aHPbXN

Syntax​

```js mp.game.ui.getHudColour(hudIndex, r, g, b, a); ```

Required Arguments​

  • hudIndex: int
  • r: int
  • g: int
  • b: int
  • a: int

Return value​

  • object: r, g, b, a

Example​

```js // todo ```

See also​