Exports

Client Exports

notify

exports["mday_lib"]:notify(title, message, notifyType)
Parameter
Type
Description

title

string

Notification Title

message

string

Notification Message

notifyType

string

"info", "warning", "error"

startProgress

exports["mday_lib"]:startProgress({
    duration = 5,
    label = label or 'Loading...',
    useWhileDead = true,
    allowRagdoll = true,
    disable = {
        move = true,
        combat = true,
        car = true,
        sprint = true,
        mouse = false,
    },
})
Parameter
Type
Description

duration

number

seconds

progressActive

setTask

Parameter
Type
Description

title

string

Task Title

description

string

Task Description

Last updated