💻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:
["amazontablet"] = {["name"] = "amazontablet", ["label"] = "Amazon Tablet", ["weight"] = 100, ["type"] = "item", ["image"] = "amazontablet.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-amazon on the server.cfg
Last updated