# Notify Usage

Using Exports:

```lua
exports["op-hud"]:showNotification(type, time, description)
```

Using Event:

```lua
TriggerEvent('op-hud:showNotification', type, time, description) 
```

Notify Types:

* error
* success
* info
