Full View config.lua

Preview File Updated: 1.0.0 - 27.09.2023

Config = {} 

-- @param availableAOPs table
-- @param id number
-- @param name string
Config.availableAOPs = {
    {id = 1, name = "Statewide"},
    {id = 2, name = "Los Santos"},
    {id = 3, name = "North Los Santos"},
    {id = 4, name = "South Los Santos"},
    {id = 5, name = "Blaine County"},
    {id = 6, name = "North Blaine County"},
    {id = 7, name = "South Blaine County"},
}


-- @param UseAcePerms boolean
-- @param CommandName string
Config.UseAcePerms = true -- Set to true if you want to use Ace Permissions (add_ace group.admin command.aop allow)
Config.CommandName = 'aop' -- Set the command name to change the AOP

Last updated