feat(client/points): set cache.coords

See last commit description.
This commit is contained in:
Linden
2022-09-11 11:08:26 +10:00
parent 77ff8e977b
commit be8b740937

View File

@@ -11,6 +11,8 @@ local tick
CreateThread(function() CreateThread(function()
while true do while true do
local coords = GetEntityCoords(cache.ped) local coords = GetEntityCoords(cache.ped)
cache.coords = coords
Wait(300) Wait(300)
closest = nil closest = nil
table.wipe(nearby) table.wipe(nearby)