This commit is contained in:
Nordi98 2025-08-04 11:43:02 +02:00
commit 1570187a91
5 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"police":100,"odin":0,"Zum Durstigen Dackel":200,"kayas":0,"ambulance":0,"cinema":0,"dackel":0,"ammu":1000,"coffe_cute":100}
{"Zum Durstigen Dackel":200,"ammu":1000,"cinema":1,"dackel":0,"police":100,"kayas":0,"odin":0,"coffe_cute":100,"ambulance":0}

View file

@ -45,7 +45,9 @@ function QBCore.Functions.GetCoords(entity)
end

function QBCore.Functions.HasItem(items, amount)
return exports["tgiann-inventory"]:HasItem(items, amount)
local res = exports["tgiann-inventory"]:HasItem(items, amount)
print("Item CB: "..res)
return res
end

---Returns the full character name

File diff suppressed because one or more lines are too long