Skip to content

Commit

Permalink
feat(client/points): set cache.coords
Browse files Browse the repository at this point in the history
See last commit description.
  • Loading branch information
thelindat committed Sep 11, 2022
1 parent 77ff8e9 commit be8b740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imports/points/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit be8b740

Please sign in to comment.