diff --git a/[esx_addons]/esx_drugs/client/main.lua b/[esx_addons]/esx_drugs/client/main.lua index 678c6b76..effb1a4e 100644 --- a/[esx_addons]/esx_drugs/client/main.lua +++ b/[esx_addons]/esx_drugs/client/main.lua @@ -7,7 +7,7 @@ CreateThread(function() local playerPed = PlayerPedId() local coords = GetEntityCoords(playerPed) - if #(coords - Config.CircleZones.DrugDealer.coords) < 0.5 then + if #(coords - Config.CircleZones.DrugDealer.coords) < 2.0 then if not menuOpen then ESX.ShowHelpNotification(_U('dealer_prompt')) diff --git a/[esx_addons]/esx_holdup/client/main.lua b/[esx_addons]/esx_holdup/client/main.lua index f83c2674..25b68c6d 100644 --- a/[esx_addons]/esx_holdup/client/main.lua +++ b/[esx_addons]/esx_holdup/client/main.lua @@ -88,7 +88,7 @@ CreateThread(function() if not holdingUp then letSleep = false DrawMarker(Config.Marker.Type, v.position, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, Config.Marker.x, Config.Marker.y, Config.Marker.z, Config.Marker.r, Config.Marker.g, Config.Marker.b, Config.Marker.a, false, false, 2, false, false, false, false) - if distance < 0.5 then + if distance < 2.0 then ESX.ShowHelpNotification(_U('press_to_rob', v.nameOfStore)) if IsControlJustReleased(0, 38) then if IsPedArmed(PlayerPedId(), 4) then