βοΈIntegration
To be able to include the notifications now, here is how you trigger the notifications in other scripts
Notifications
Client Side
exports['mxo-notify']:Alert('Title', 'Message', Time, 'type')Server Side
TriggerClientEvent('mxo-notify:Alert', source, 'Title', 'Message', Time, 'type')Announcements
Client Side
exports['mxo-notify']:Announce('Title', 'Message', Time, 'type')Server Side
TriggerClientEvent('mxo-notify:Announce', source, 'Title', 'Message', Time, 'type')Configuration
Available types
Add more types
Ad
Changing Sound
Common Errors
Last updated