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

QB Target or OX Targer

You will need the latest version of qb-target or ox_target.

  • Download the latest build of oxmysql (not the source code).

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

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

ESX MENU DIALOG

You will need the latest version of es-extended.

  • Extract the contents of the archive to your resources folder

  • Start the resource 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 the item amazontablet to the database.

  • Add the item image by copying it from the imgsfolder and pasting it into your inventory images folder.

  • Ensure esx_zat-amazon on the server.cfg

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

Item('amazontablet', function(data, slot)
    TriggerEvent('zat-amazon:client:UseAmazonTab')
end)

Last updated