From be8b74093753d8eced6b70b47a15ff99fd26fee0 Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Sun, 11 Sep 2022 11:08:26 +1000 Subject: [PATCH] feat(client/points): set cache.coords See last commit description. --- imports/points/client.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imports/points/client.lua b/imports/points/client.lua index 3951753..e4daf26 100644 --- a/imports/points/client.lua +++ b/imports/points/client.lua @@ -11,6 +11,8 @@ local tick CreateThread(function() while true do local coords = GetEntityCoords(cache.ped) + cache.coords = coords + Wait(300) closest = nil table.wipe(nearby)