For the complete documentation index, see llms.txt. This page is also available as Markdown.

configuration

All settings are in config.lua.

Language

Config.Locale = 'en'  -- 'en' or 'tr'

Lifetime

How long objects stay on the map (minutes). Set to 0 for no limit.

Config.Lifetime = {
    TapeMinutes = 180,
    PropMinutes = 180,
}

Cleanup jobs

Jobs that can remove nearby objects with [E]:

Config.Cleanup = {
    InteractDistance = 2.5,
    ScanDistance = 10.0,
    Jobs = {
        police = 0,
        roadworkers = 0,
    },
}

0 = minimum grade required.

Tape settings

Props

Supply box

Opens the full prop menu from one inventory item:

Add a tape

  • model — must match a model in s4-line-props

  • item — optional ox_inventory item name

Add a prop

  • Props without item only appear in the menu (not as inventory items).

  • Props with jobs are restricted to those jobs.

Inventory bridge

Text UI position

Options: left-center, right-center, top-center, bottom-center, center, top-left, top-right, bottom-left, bottom-right.