mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 14:06:02 +01:00
Tgiann Inv support added
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user