Config

return {
    sendPermissions = {
        ["police"] = true,
        ["ambulance"] = true
    },

    tax = 10,           -- %

    framework = "esx",  -- qb / esx

    openKeybind = "F6", -- false = disabled

    adminViewPlayerInvoicesCommand = true,

    autoPay = true, -- 1 week old invoices
}

Last updated