Notifications
function notify(msg, type)
TriggerEvent('zcmg_advanced-notify:open', Config.Translation[Config.Language].NotificationTitle, msg, 5000, type)
endfunction notify(msg, type)
ESX.ShowNotification(msg, type)
endfunction notify(msg, type)
lib.notify({
title = Config.Translation[Config.Language].NotificationTitle,
description = msg,
type = type
})
end Variables:
Last updated