🎫zsLib

This is the script you get when you buy one of our scripts like Garden Cleaner Job or Garbage Job for free.

Progress Bar

exports["zsLib"]:ProgressBar({
       name = "Progress1",
       duration = 5000, -- in MS 
       label = "Label", -- Some Text
       useWhileDead = false,
       canCancel = false,
       disarm = true,
       controlDisables = {
              disableMovement = false,
              disableCarMovement = false,
              disableMouse = false,
              disableCombat = false,
       },
       animation = {
              animDict = "amb@prop_human_bum_bin@idle_a",
              anim = "idle_a",
              flags = 0,
              task = nil,
       },    
})

Notify

CreateMenu

ShowTextUI / HideTextUI

InputDialog

Last updated