Usage Guide
Triggering Notifications
TriggerEvent('saka_notify:notify', {
title = 'Your Title',
description = 'Your description goes here.',
type = 'success' -- or info / error / bank / etc.
})Basic Notification
TriggerEvent('saka_notify:notify', {
title = 'Welcome',
description = 'You’ve joined the server.',
type = 'info'
})Using Custom Notification Types
TriggerEvent('saka_notify:notify', {
title = 'Bank Update',
description = 'Your deposit has been received.',
type = 'bank'
})Custom Display Time
Advance Example
OX_lib Usage
Tips
Last updated