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

OX Inventory

OX Inventory will block digiscanner weapon by default, to avoid mistakes and frustration follow these steps.

  1. Navigate to your inventory.cfg file

  2. Add Digiscanner as ignored weapon.

    setr inventory:ignoreweapons ["WEAPON_DIGISCANNER"]

Add New Item

["heist_scanner"] = {
        label = "Heist Scanner",
        weight = 100,
        stack = true,
        close = true,
        client = {
            event = "op-vehiclerobbery:detectorItem"
        }
},
["heist_hackingdevice"] = {
	label = "Hacking Device",
	weight = 100,
	stack = true,
	close = true,
},

Last updated