Last updated 10 months ago
Extract the contents of the archive to your resources folder.
Start the resource near the top of your resources in your server.cfg.
import zat-notebook.sql to the database.
Ensure zat-notebook on the server.cfg.
Add this to the qb-core/shared/items.lua
["zat-notebook"] = {["name"] = "zat-notebook", ["label"] = "Note Book", ["created"] = nil, ["decay"] = 999.0, ['weight'] = 50, ["type"] = "item", ["image"] = "zat-notebook.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
You will need the latest version of .
Make sure you have the listed above installed.