Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt

Use this file to discover all available pages before exploring further.

Default Notification

You can override default behavior from no-base/configure/client/indicators.lua

Parameters

  • text: string
  • err?: boolean
  • icon?: string (Font awesome icon)
  • timeout?: number
Config.Indicators = {
    notification = function(text, err, icon, timeout)
        TriggerEvent("notification", text, err, icon, timeout)
    end
}