I have tried numerous times and fixes to get this to work, but when I purchase a jerrycan from the pump I cant use it. it shows up in my inventory, but right clicking and using does nothing. I have set it to give as weapon and give as item and neither work. I use the ox_inventory. I have no errors in client or server consoles.
#Can't Use Jerrycan
4 messages · Page 1 of 1 (latest)
@trail eagle
⚠️ This channel is for support related to free scripts ⚠️
Posts unrelated to free scripts will be removed: https://discord.com/channels/526560685262503946/1345837317587468288
🔧 Support Guidelines 🔧
- Show Your Troubleshooting Efforts: Explain what you tried to fix the issue. Actively participate in the solution-finding process. Don't just expect others to fix the code for you.
- Describe Your Issue Clearly: Provide a step-by-step explanation of the problem. A video showing the issue greatly helps!
- Post the Full Error Message: Open F8 or your server console and search for any errors.
Ox inventory doesn’t support qb-core useable item . that’s your issue
Okay so heres my ox_inventory item for jerry can
["jerry_can"] = {
label = "Jerrycan 20L",
weight = 20000,
stack = true,
close = true,
description = "A can full of Fuel",
client = {
image = "jerry_can.png",
}
},