1
0
Fork 0
forked from Simnation/Main

Update server.lua

This commit is contained in:
Nordi98 2025-07-11 13:28:03 +02:00
parent 8f78fadc3e
commit 8975844f1c

View file

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