lr_boilerplate/config.lua

9 lines
190 B
Lua
Raw Normal View History

2023-12-05 13:55:38 +07:00
Config = {}
2023-12-10 04:48:31 +07:00
Config.EnableModules = {
["Newbie"] = false,
["Test"] = true,
["Test2"] = true,
}
Config.Debug = true
2023-12-11 14:13:07 +07:00
Config.Nui = false
Config.Framework = "esx" -- "qb" | "ProjectStarboy"