Merge branch 'master' of https://git.simnation-rp.de/Simnation/Main
This commit is contained in:
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
|
|
@ -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}
|
||||||
|
|
@ -45,7 +45,9 @@ function QBCore.Functions.GetCoords(entity)
|
||||||
end
|
end
|
||||||
|
|
||||||
function QBCore.Functions.HasItem(items, amount)
|
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
|
end
|
||||||
|
|
||||||
---Returns the full character name
|
---Returns the full character name
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue