swkeep / keep-bags

A bag / backpacks script for fivem (esx,qbcore/qbox)
GNU General Public License v3.0
147 stars 37 forks source link

ps-inventory issue #22

Closed PhysiksTV closed 3 weeks ago

PhysiksTV commented 8 months ago

I am using ps-inventory and the only issue i run across on anything is having to change the exports('inventory:server: ** to TriggerEvents. The only thing we need to be this working for ps-inventory is to add a config that will use the trigger instead of exports in keep-harmony where I believe most of the inventory calls are coming from. Can you PLEASE add this to keep-harmony so that we can use your bags on ps-inventory? ty

PhysiksTV commented 8 months ago

Example to get my dumpsters to work i did --exports['ps-inventory']:addTrunkItems(RandomName, Dumpster.inventory) to --TriggerEvent('inventory:server:addTrunkItems', RandomName, Dumpster.inventory)