/mystic-notify

A standalone FiveM notification resource

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

mystic-notify

How to use

Client Side

exports['mystic-notify']:SendAlert('This is a test notification', 'info')

Server Side

Send to everyone

TriggerClientEvent('mystic:notify', -1, 'This is a test notification', 'info')

Send to source

TriggerClientEvent('mystic:notify', source, 'This is a test notification', 'info')

Screenshots

Info
Info

Error
Error

Success
Success

Warn
Warn