Skip to main content

Ui::setHudColour

HUD colors and their values: pastebin.com/d9aHPbXN

Syntax​

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

Required Arguments​

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

Return value​

  • Undefined

Example​

```js // todo ```

See also​