forked from Simnation/Main
Update functions.lua
This commit is contained in:
parent
8f6b05fca2
commit
f5ab581ca1
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ function QBCore.Functions.GetCoords(entity)
|
||||||
end
|
end
|
||||||
|
|
||||||
function QBCore.Functions.HasItem(items, amount)
|
function QBCore.Functions.HasItem(items, amount)
|
||||||
return exports['qb-inventory']:HasItem(items, amount)
|
return exports["tgiann-inventory"]:HasItem(items, amount)
|
||||||
end
|
end
|
||||||
|
|
||||||
---Returns the full character name
|
---Returns the full character name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue