From a3f312e50525f4a7fe2c8a80a60fe0fbce36d2ab Mon Sep 17 00:00:00 2001 From: ElPumpo Date: Fri, 7 Dec 2018 20:29:33 +0100 Subject: [PATCH] Fixed menu not opening --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index f7d8ca12..f1952928 100644 --- a/client/main.lua +++ b/client/main.lua @@ -64,7 +64,7 @@ Citizen.CreateThread(function() while true do Citizen.Wait(1) - local coords, isInJoblistingMarker, currentZone = GetEntityCoords(PlayerPedId()), false, nil + local coords, currentZone = GetEntityCoords(PlayerPedId()), nil for i=1, #Config.Zones, 1 do if GetDistanceBetweenCoords(coords, Config.Zones[i].x, Config.Zones[i].y, Config.Zones[i].z, true) < (Config.ZoneSize.x / 2) then