1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-20 01:30:28 +02:00
commit 5b6314e6be
2 changed files with 3 additions and 1 deletions

View file

@ -75,7 +75,8 @@ if not Config.UseOldSlingScript then
return false
end
elseif GetResourceState("tgiann-inventory") == 'started' then
local count = exports["tgiann-inventory"]:HasItem(Weapon)
local count = exports["tgiann-inventory"]:Items(Weapon)
print("Miho output... \n Weapon: "..Weapon)
if count then
return true