diff --git a/client/main.lua b/client/main.lua index 8b798dc2..6e8a34e3 100644 --- a/client/main.lua +++ b/client/main.lua @@ -1904,7 +1904,7 @@ Citizen.CreateThread(function() local distance = GetDistanceBetweenCoords(coords, v.BossActions[i], true) if distance < Config.DrawDistance then - DrawMarker(22, v.BossActions[i] + 1, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, Config.MarkerColor.r, Config.MarkerColor.g, Config.MarkerColor.b, 100, false, true, 2, true, false, false, false) + DrawMarker(22, v.BossActions[i], 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, Config.MarkerColor.r, Config.MarkerColor.g, Config.MarkerColor.b, 100, false, true, 2, true, false, false, false) letSleep = false end