forked from Simnation/Main
Add Consolen output
This commit is contained in:
parent
e452d52652
commit
a07c09a0fe
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue