OX Inventory
OX Inventory will block digiscanner weapon by default, to avoid mistakes and frustration follow these steps.
Navigate to your
inventory.cfg
fileAdd 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