TitanChase

Untitled

Mar 23rd, 2021 (edited)
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Citizen.CreateThread(function()
  2.  
  3. while true do
  4. local coords = GetEntityCoords(ped)
  5. Citizen.Wait(500)
  6. isNear = Vdist(coords, Config.Location) < Config.Distance
  7. isNear2 = Vdist(coords, Config.Process) < Config.Distance2
  8.  
  9.  
  10. end)
  11.  
Add Comment
Please, Sign In to add comment