Scripts/resources/[qb]/[qb_jobs]/kloud-farmjob/shared/config.lua

14 lines
622 B
Lua
Raw Normal View History

2024-12-29 20:06:22 +00:00
KloudDev = {}
KloudDev.Debug = false
KloudDev.ImagePath = "ps-inventory/html/images/"
KloudDev.DrawSprite = true -- ox_target indicator
KloudDev.DrawText = "qb" -- "qb","ox"
KloudDev.Menu = "qb" -- "qb","ox"
KloudDev.Notify = "qb" -- "qb","esx","ox", "ps"
KloudDev.NotifyPos = "top-right" -- For ox_lib // 'top', 'top-right', 'top-left', 'bottom', 'bottom-right', 'bottom-left', 'center-right', 'center-left' // For QB change qb-core/config.lua
KloudDev.Progress = "ox-circle" -- "ox-bar","ox-circle"
KloudDev.ProgressCirclePos = "bottom" -- "middle", "bottom"
KloudDev.DrawTextAlignment = "top" -- "top","right","left"