isInMarker var local

This commit is contained in:
Csoki
2022-08-03 22:26:40 +02:00
parent c133ac3a7b
commit b08cbc368d
+1 -1
View File
@@ -35,7 +35,7 @@ CreateThread(function()
local Sleep = 1500
local coords = GetEntityCoords(PlayerPedId())
isInMarker = false
local isInMarker = false
for i=1, #Config.Zones, 1 do
local distance = #(coords - Config.Zones[i])