Notify Usage
exports["op-hud"]:showNotification(type, time, description)TriggerEvent('op-hud:showNotification', type, time, description) Last updated
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