1
0
Fork 0
forked from Simnation/Main

Update server.lua

This commit is contained in:
Nordi98 2025-07-11 13:31:25 +02:00
parent 8975844f1c
commit 81001f8b7f

View file

@ -109,7 +109,7 @@ if Link.inventory == 'framework' or Link.inventory == 'qb-inventory' then
-- Stash
function OpenCustomStash(player, stashId, label, slots, weight)
local data = { label = label, maxweight = weight, slots = slots }
exports["tgiann-inventory"]:OpenInventory(src, invType, invId, invData, openType)
exports['qb-inventory']:OpenInventory(player, stashId, data)
end
function GetStashItems(stashId)