1
0
Fork 0
forked from Simnation/Main

Update sv_stash.lua

This commit is contained in:
Nordi98 2025-07-11 11:05:45 +02:00
parent 5f93e5b290
commit 9c644405da

View file

@ -8,5 +8,5 @@ local info = {
RegisterNetEvent(Utils.eventsPrefix .. ":qb-inventory:server:stashNew", function(stashId)
local playerId = source
local scriptName = Utils.getScriptName("qb-inventory") -- DO NOT EDIT! If you want to edit the name, you can do it in-game
exports[scriptName]:OpenInventory(playerId, stashId, info)
exports['tgiann-inventory']:OpenInventory(src, "stash", stashName)
end)