forked from Simnation/Main
Update sv_function.lua
This commit is contained in:
parent
ee57949074
commit
46004eb2f3
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ function AddItem(source, item, amount, metadata)
|
|||
elseif GetResourceState('qs-inventory') == 'started' then
|
||||
exports['qs-inventory']:AddItem(source, item, amount, false, metadata)
|
||||
elseif GetResourceState('tgiann-inventory') == 'started' then
|
||||
exports["tgiann-inventory"]:AddItem(source, item, amount, nil, metadata, false)
|
||||
exports["tgiann-inventory"]:AddItem(source, item, amount, slot, metadata, isClotheSlot)
|
||||
elseif GetResourceState('origen_inventory') == 'started' then
|
||||
exports['origen_inventory']:addItem(source, item, amount, metadata, false)
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue