Notify Usage

Using Exports:

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

Using Event:

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

Notify Types:

  • error

  • success

  • info

Last updated