πHow to Install
This page will give you a brief overlook on how to install this resource
2
3
4
Add jerrycan(Optional)
--#vt-fuel Jerrycan (QBCore old Inventory)
["jerrycan"] = {["name"] = "jerrycan", ["label"] = "Jerry Can", ["weight"] = 15000, ["type"] = "item", ["image"] = "jerrycan.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Petrol can to fill your car"},} else if (itemData.name == "harness") { } else if (itemData.name == "jerrycan") {
$(".item-info-title").html("<p>" + itemData.label + "</p>");
$(".item-info-description").html(
"<p>" + "Petrol can to fill your car <br><br>" + itemData.info.gasamount + " Liters Inside.</p>" +
"</span></p><p style=\"padding-top: .8vh;font-size:11px\"><b>Weight: </b>" + ((itemData.weight * itemData.amount) / 1000).toFixed(1) + " | <b>Amount: </b> " + itemData.amount
);
} else if (itemData.name == "harness") {
5
Last updated