keep-bags icon indicating copy to clipboard operation
keep-bags copied to clipboard

ps-inventory issue

Open PhysiksTV opened this issue 1 year ago • 1 comments

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 avatar Oct 28 '23 05:10 PhysiksTV

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

PhysiksTV avatar Oct 28 '23 05:10 PhysiksTV