Files
jim-consumables/config.lua
2025-06-22 16:13:18 +01:00

19 lines
595 B
Lua

Config = {
System = {
Debug = false,
EventDebug = false,
Menu = "qb", -- "qb", "ox"
Notify = "gta", -- "qb", "ox", "gta"
ProgressBar = "gta", -- "qb", "ox", "gta"
drawText = "gta", -- "qb", "ox", "gta"
},
Main = {
UseProgbar = false, -- Recommended to disable this, progress bars stop ALL anims when complete.
-- This is intended to create a progressbar to show consuming but it was usually forces animations to end weirdly
},
Crafting = {
showItemBox = true -- Display "use" item boxes on some inventories that need to be told to
}
}