GTA V NativesuiUi::setHudColourOn this pageUi::setHudColourHUD 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