💻Installation

Dependencies
Installing the resource
Make sure you have the dependencies listed above installed.
Extract the contents of the archive to your resources folder.
Add this to qb-core/shared/items.lua:
["ubereatstablet"] = {["name"] = "ubereatstablet", ["label"] = "Uber Eats Tablet", ["weight"] = 1000, ["type"] = "item", ["image"] = "ubereatstablet.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
Add the item image by copying it from the
imgs
folder and pasting it into your inventory images folder.Ensure zat-ubereats on the server.cfg
Last updated