2025-04-01 19:34:44 +01:00
|
|
|
Config = {
|
|
|
|
|
System = {
|
2025-04-01 19:39:26 +01:00
|
|
|
Debug = true,
|
2025-04-01 19:34:44 +01:00
|
|
|
EventDebug = false,
|
|
|
|
|
|
2025-04-01 19:39:26 +01:00
|
|
|
Menu = "qb", -- "qb", "ox"
|
|
|
|
|
Notify = "gta", -- "qb", "ox", "gta"
|
|
|
|
|
ProgressBar = "gta", -- "qb", "ox", "gta"
|
|
|
|
|
drawText = "gta", -- "qb", "ox", "gta"
|
|
|
|
|
|
2025-04-01 19:34:44 +01:00
|
|
|
},
|
|
|
|
|
Main = {
|
|
|
|
|
UseProgbar = false, -- Disabled this, progress bars stop all anims when complete.
|
2025-04-01 19:39:26 +01:00
|
|
|
-- This is intended to create a progressbar to show consuming but it was usually forces animations to end weirdly
|
2025-04-01 19:34:44 +01:00
|
|
|
},
|
|
|
|
|
Crafting = {
|
2025-04-01 19:39:26 +01:00
|
|
|
showItemBox = true -- Display "use" item boxes on some inventories that need to be told to
|
2025-04-01 19:34:44 +01:00
|
|
|
}
|
|
|
|
|
}
|