πŸ”‘Configuration

Config = Config or {}

Config.NeededItem = "billingphone" -- or nil

Config.DefaultHotkey = "F7"
Config.EmoteOpen = "e phone"

Config.MaxReasonLength = 255
Config.MaxBilling = 50000
Config.MaxDistanceBetweenBoth = 25.0
Config.Jobs = {
    ["police"] = {
        gradeRequired = 1
    }
}

function Config.NotifyError(message)
    TriggerEvent("rs_hud_v2:notification", "error", "Revolution | Billing", message, 5000)
end

Last updated