MV-NOTIFY

Check the subpage SNIPPETS to change your server notify system!

MV-NOTIFY EXPORT

Client:

exports['mv-notify']:sendNotification(text, texttype, length, "top-right")

Server:

TriggerClientEvent('mv-notify:Notify', src, msg, type)

Types of Notification: - Inform - Success - Error - Warning

Last updated