mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
isInMarker var local
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user