❎Params Examples

-- 1. If the job has a status message
{
    job = "Ammunation Heist",
    title = "Rob the container <br/> Code: 0W0W",
    hasStatus = true,
    statusMessage = "NPC's",
    statusValue = "1/10"
}

-- 2. If the job doesn't have a status message
{
    job = "Ammunation Heist",
    title = "Rob the container <br/> Code: 0W0W",
    hasStatus = false
}

Last updated