π οΈInstallation
Item Installation
["aviator_license"] = {
label = "Aviator Licenses",
weight = 10,
stack = true,
close = true,
client = {
image = "aviator_license.png",
}
},Metadata Installation
If you are using ox_inventory or most recent qb-inventory ignore this
} else if (itemData.name == "aviator_license") {
$(".item-info-title").html("<p>" + itemData.label + "</p>");
$(".item-info-description").html(
"<p><strong>Name: </strong><span>" +
itemData.info.name +
"</span></p><p><strong>Description: </strong><span>" +
itemData.info.description +
"</span></p>"
);} else if (itemData.name == "aviator_license") {
$(".item-info-title").html("<p>" + itemData.label + "</p>");
$(".item-info-description").html(
"<p><strong>Name: </strong><span>" +
itemData.info.name +
"</span></p><p><strong>Description: </strong><span>" +
itemData.info.description +
"</span></p>"
);} else if (item.name.match("aviator_license")) {
let infoData = [
{ label: "Name", value: iteminfo.name || "Unknown" },
{ label: "Description", value: iteminfo.description|| "Unknown" },
];
returnString = infoData;Database Installation
If you want jump this database installation you can active the option Config.AutoDatabaseon config.lua file.
Jobs Installation
If you are using ESX you can active the option Config.AutoDatabaseon config.lua file and the script run all correctly.
Last updated