Tgiann Inv support added

This commit is contained in:
Jim Shield
2025-04-30 17:53:26 +01:00
parent e984a437df
commit 423b75e7d9
8 changed files with 106 additions and 10 deletions

View File

@@ -125,6 +125,14 @@ function getPlayerInv(src)
grabInv = exports[CodeMInv]:getUserInventory()
end
elseif isStarted(TgiannInv) then
foundInv = TgiannInv
if src then
grabInv = exports[TgiannInv]:GetPlayerItems(src)
else
grabInv = exports[TgiannInv]:GetPlayerItems()
end
elseif isStarted(QBInv) then
foundInv = QBInv
if src then