From 1abbccec4564fd60929b0964aac505efdbdab254 Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Thu, 28 Feb 2019 11:44:10 +0100 Subject: [PATCH] Fixed boss menu --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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