mirror of
https://github.com/jimathy/jim-consumables.git
synced 2026-08-16 22:16:02 +01:00
17 lines
295 B
Lua
17 lines
295 B
Lua
Config = {
|
|
System = {
|
|
Debug = false,
|
|
EventDebug = false,
|
|
|
|
Notify = "qb",
|
|
Menu = "qb",
|
|
ProgressBar = "qb",
|
|
drawText = "gta",
|
|
},
|
|
Main = {
|
|
UseProgbar = false, -- Disabled this, progress bars stop all anims when complete.
|
|
},
|
|
Crafting = {
|
|
showItemBox = true
|
|
}
|
|
} |