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

Ui::removeNotification

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

Removes a notification instantly instead of waiting for it to disappear

Syntax

<syntaxhighlight lang="javascript">mp.game.ui.removeNotification(notifactionId);</syntaxhighlight>

Required Arguments

  • notifactionId: int

Return value

  • Undefined

Example

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

See also