Installation

Steps

  1. Extract the script to your server resources folder.

  2. Configure Config.lua according to your liking.

  3. Goto installfolder and execute the database.sql file into your server database using heidisql or phpmyadmin.

  4. For QBCore copy the items from items_QBCore.lua and paste into qb-core->shared->items.lua.

If you are using older version of qb-inventory like less then 2.0.0. You need to add the below code in qb-inventory/html/js/app.js

} else if (itemData.name == "paper") {
            $(".item-info-title").html("<p>" + itemData.label + "</p>");
            $(".item-info-description").html(
                "<p><strong>ID: </strong><span>" +
                itemData.info.id +
                "</span></p>"
            );
  1. For Ox_inventory add the items in ox_inventory->data->items.lua.

  2. Copy the image paper.png and add it to your inventory images folder.

  3. Make sure you have OX_LIB Installed already.

  4. ensure 'pl_printer' in the server.cfg

This Script only supports with metadata

Last updated