breakout from inventory exploit during crafting

This commit is contained in:
Jim Shield
2025-06-03 16:56:56 +01:00
parent ad1ce5f9ea
commit d3035efd5c

View File

@@ -334,6 +334,10 @@ function makeItem(data)
if isInventoryOpen() then
print("^1Error^7: ^2Inventory is open, you tried to break things")
crafted, crafting = false, false
stopTempCam()
ClearPedTasks(PlayerPedId())
if canReturn then craftingMenu(data) end
CraftLock = false
return
end
if crafting and progressBar({
@@ -353,10 +357,15 @@ function makeItem(data)
Wait(200)
end
if isInventoryOpen() then
--print("^1Error^7: ^2Inventory is open, you tried to break things")
crafted, crafting, CraftLock = false, false, false
print("^1Error^7: ^2Inventory is open, you tried to break things")
crafted, crafting = false, false
stopTempCam()
ClearPedTasks(PlayerPedId())
if canReturn then craftingMenu(data) end
CraftLock = false
return
end
if crafted then
local craftProp = nil
if prop then