Items
ox_inventory
Add this to ox_inventory/data/items.lua:
["handcuffs"] = {
label = "Handcuffs",
weight = 100,
stack = true,
close = true,
description = "Comes in handy when people misbehave. Maybe it can be used for something else?",
},
["cuffkeys"] = {
label = "Cuff Keys",
weight = 75,
stack = true,
close = true,
description = "Set them free !",
},
qb-core
Add this to qb-core/shared/items.lua:
Last updated