diff --git a/resources/[jobs]/[weapons]/pug-sling/client/open.lua b/resources/[jobs]/[weapons]/pug-sling/client/open.lua index 0746a158e..877b1908f 100644 --- a/resources/[jobs]/[weapons]/pug-sling/client/open.lua +++ b/resources/[jobs]/[weapons]/pug-sling/client/open.lua @@ -74,6 +74,14 @@ if not Config.UseOldSlingScript then else return false end + elseif GetResourceState("tgiann-inventory") == 'started' then + local count = exports["tgiann-inventory"]:HasItem(Weapon) + + if count then + return true + else + return false + end elseif GetResourceState("core_inventory") == 'started' then if Framework == "QBCore" then local citizenid = FWork.Functions.GetPlayerData().citizenid