Notifications

Change the notify function in the config file:

function notify(msg, type)
    TriggerEvent('zcmg_advanced-notify:open', Config.Translation[Config.Language].NotificationTitle, msg, 5000, type)
end

Variables:

msg: Notification message

type: Notification type

  • error

  • success

Last updated