Files
jim-consumables/config.lua
2025-04-01 19:39:26 +01:00

19 lines
580 B
Lua

Config = {
System = {
Debug = true,
EventDebug = false,
Menu = "qb", -- "qb", "ox"
Notify = "gta", -- "qb", "ox", "gta"
ProgressBar = "gta", -- "qb", "ox", "gta"
drawText = "gta", -- "qb", "ox", "gta"
},
Main = {
UseProgbar = false, -- Disabled 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
}
}