Last updated 1 year ago
Extract the contents of the archive to your resources folder.
Start the resource near the top of your resources in your server.cfg.
Add "zat-notebook" item to the database
import zat-notebook.sql to the database.
Ensure zat-notebook on the server.cfg.
Add this to ox_inventory > modules > items > client.lua :
Item('zat-notebook', function(data, slot) TriggerServerEvent("zat-notebook:server:UseNotebook", slot.metadata) end)
You will need the latest version of .
Make sure you have the listed above installed.