qbcore-framework / qb-inventory

Slot Based Inventory System Used With QB-Core :school_satchel:
GNU General Public License v3.0
49 stars 376 forks source link

fix: trunk items for policejob #422

Closed GodyFromDiscord closed 1 year ago

GodyFromDiscord commented 1 year ago

Description

At the moment with the latest qb-inventory & qb-policejob install, the trunk items are not added to PD vehicles trunks, this was due to this pull request, this is due to the exports being server sided and being called from a client side script, I have made it so the exported function is still called in Net event, so it can still be used from client side and fixed PD vehicles trunks not having any items added.

This fixes issue #445 for qb-policejob

Checklist

tom-osborne commented 1 year ago

Merge this. Good PR Gody.