Skip to main content

Ui::setNotificationFlashColor

sets color for notification flash

Syntax

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

Required Arguments

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

Return value

  • Undefined

Example

```js // todo ```

See also