Skip to main content

Ui::removeNotification

Removes a notification instantly instead of waiting for it to disappear

Syntax​

```js mp.game.ui.removeNotification(notifactionId); ```

Required Arguments​

  • notifactionId: int

Return value​

  • Undefined

Example​

```js // todo ```

See also​