💻Installation

Dependencies
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