💻Installation

Dependencies

QBCore

You will need the latest version of qb-core.

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

QB Target

You will need the latest version of qb-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.

RP Emotes

You will need the latest version of rp-emotes.

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

Installing the resource

  • Make sure you have the dependencies listed above installed.

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

  • Add this to qb-core/shared/items.lua:

["ubereatstablet"]     = {["name"] = "ubereatstablet", 	["label"] = "Uber Eats Tablet", ["weight"] = 1000,	["type"] = "item", 	["image"] = "ubereatstablet.png", ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		 ["combinable"] = nil, 	["description"] = ""},
  • Add the item image by copying it from the imgsfolder and pasting it into your inventory images folder.

  • Ensure zat-ubereats on the server.cfg

Last updated