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.
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)
You will need the latest version of .
Make sure you have the listed above installed.