[HELP] Farmed Items to Trunk

Hey,
I really want to “immerse” every job as much as possible. So i would love it if someone knows how to make it so whenever you farm items (since they usually go into your inventory) they go into your trunk directly (best example would be an oil tanker job) You drive your tanker to the farm spot Hit a button and the oil gets filled directly into the trailer instead of having 100x Barrels in your inventory…

Is something like that even possible?

(currently using DP_Inventory)

Hello

Should be possible! You’ll probably need to define some more variables, but should be straight forward. Not sure if this is the correct event but looks like it:

AddEventHandler("DP_Inventory_trunk:putItem", function(plate, type, item, count, max, owned, label)

DP_Inventory also has a support discord linked in there GitHub. So you could ask them for some more information.