Skip to Content

Config

All Prism Scripts contain various editable and unobscured files containing, exports, client
and server functions, configuration methods and more.

Config

config.lua
Config = {} ------------------------------------------------- -- GENERAL ------------------------------------------------- Config.AutoAddDatabaseTables = true Config.Debug = false Config.PrimaryColor = '#BEEE11' Config.Framework = GetResourceState('qb-core') == 'started' and 'qbcore' or 'esx' Config.UseOXLibNotify = GetResourceState('ox_lib') == 'started' and true or false Config.Commands = { ['clear'] = { command = 'clear', description = 'Clear the chat', } } ------------------------------------------------- -- TAGS ------------------------------------------------- Config.Tags = { ['admin'] = { license = 'license:eb05527dcdeb986db7d474065e4a3023caf9e46c', tag = 'ADMIN', color = '#363636', backgroundColor = '#FFFFFF', emoji = '' }, } Config.TextCommands3D = { -- Commands that will be displayed in 3D text 'me', 'do', }
Last updated on