diff --git a/client/main.lua b/client/main.lua index 0593c62d..9f1e1bfd 100644 --- a/client/main.lua +++ b/client/main.lua @@ -381,7 +381,7 @@ Citizen.CreateThread(function() if (PlayerData.job and PlayerData.job.name == 'mechanic') or not Config.IsMechanicJobOnly then for k,v in pairs(Config.Zones) do - if GetDistanceBetweenCoords(coords, v.Pos.x, v.Pos.y, v.Pos.z, true) < v.Size.x then + if GetDistanceBetweenCoords(coords, v.Pos.x, v.Pos.y, v.Pos.z, true) < v.Size.x and not lsMenuIsShowed then isInLSMarker = true ESX.ShowHelpNotification(v.Hint) break