💻Installation

Dependencies

ES EXTENDED

You will need the latest version of es_extended.

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.

OX_LIB

You will need the latest version of ox_lib.

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.

OX_INVENTORY

You will need the latest version of ox_inventory.

  • Extract the contents of the archive to your resources folder.

  • Start the resource near the top of your resources in your server.cfg.

Installing the resource

  • Make sure you have the dependencies listed above installed.

  • Extract the contents of the archive to your resources folder.

  • 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)

Last updated