Accessible code

Config = {
    Locale = 'en',
    DebugZone = false,
    FrameworkName = IsESX() and 'es_extended' or 'qb-core',

    Commands = {
        creator = {
            name = 'screator',
            help = 'Command that allows you to create ownable Gas Station',
            restricted = 'group.admin'
        },
        delete = {
            name = 'deleteStation',
            help = 'Command that allows you to delete desired Gas Station',
            restricted = 'group.admin'
        },
        update = {
            name = 'updateStation',
            help = 'Command that allows you to edit existing Gas Station'
        }
    },
}

Last updated