Skip to main content

Ui::setTextColour

colors you input not same as you think? A: for some reason its R B G A

Syntax

```js mp.game.ui.setTextColour(red, green, blue, alpha); ```

Required Arguments

  • red: int
  • green: int
  • blue: int
  • alpha: int

Return value

  • Undefined

Example

```js // todo ```

See also