keep-bags
keep-bags copied to clipboard
ps-inventory issue
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
Example to get my dumpsters to work i did --exports['ps-inventory']:addTrunkItems(RandomName, Dumpster.inventory) to --TriggerEvent('inventory:server:addTrunkItems', RandomName, Dumpster.inventory)