14 lines
622 B
Lua
14 lines
622 B
Lua
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" |