For the complete documentation index, see llms.txt. This page is also available as Markdown.

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