Notify
Notifikationer
---@param data table
exports.ui:Notify(msg, type, time, title) -- Skickar ny notis
exports.ui:ChangeNotif(type) -- Flyttar notiserna lite till vänsterNotify(msg, type, time, title)
msg (
string) -- Huvudmeddelandetype (
string) -- Typ av notis (error, success, info, warning)time (
number) -- Tid i millisekunder som notisen ska visastitle (
string) -- Titel på notisen
Last updated