OLD QB/PS-Inventory Support

This Is OLD QB/PS-Inventory Support Docs Please Follow The Step

INSTALL:

Add the item images to your inventory script

[qb] > qb-inventory > html > images


Add This In Your qb-inventory if you use old qb-inventory(1.1.0) or ps-inventory(1.0.6)

[qb] > qb-inventory > html > js > app.js

    } else if (itemData.name == "organbox") {
                $(".item-info-title").html("<p>" + itemData.info.name + "</p>");
                $(".item-info-description").html(
                    "<p><strong>BloodType: </strong><span>" +
                    itemData.info.bloodtype +
                    "</span></p>" +
                    "<p><strong>Status: </strong><span>" +
                    itemData.info.status +
                    "</span></p>"
                );

QBShared Items

[qb] > qb-core > shared > items.lua

Last updated