Перейти к содержанию

Ui::setNotificationFlashColor

Материал из RAGE MP Wiki Archive

sets color for notification flash

Syntax

<syntaxhighlight lang="javascript">mp.game.ui.setNotificationFlashColor(red, green, blue, alpha);</syntaxhighlight>

Required Arguments

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

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also