Tablet as item
If you want the tablet to work as an item, you need to create the item based on the inventory script you're using.
File Location: ox_inventory/data/items.lua
Image Should Be placed in: ox_inventory/web/images
["courier_tablet"] = {
label = "Courier Tablet",
weight = 1000,
client = {
event = "op-courier:openCourierTablet",
}
},
Optional Image:

Last updated