💻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.

  • Ensure zat-taptoorder on the server.cfg

  • Add "zat-ticket" item to the database

  • Add this to ox_inventory > modules > items > client.lua :

Item('zat-ticket', function(data, slot) 
    TriggerEvent("zat-touchdisplay:client:UseTicket", slot.metadata) 
end)

Last updated