mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
ipair
This commit is contained in:
@@ -20,7 +20,7 @@ function NDCore.Functions.GetPlayersFromCoords(distance, coords)
|
|||||||
distance = distance or 5
|
distance = distance or 5
|
||||||
local closePlayers = {}
|
local closePlayers = {}
|
||||||
local players = GetActivePlayers()
|
local players = GetActivePlayers()
|
||||||
for _, player in pairs(players) do
|
for _, player in ipairs(players) do
|
||||||
local target = GetPlayerPed(player)
|
local target = GetPlayerPed(player)
|
||||||
local targetCoords = GetEntityCoords(target)
|
local targetCoords = GetEntityCoords(target)
|
||||||
local targetdistance = #(targetCoords - coords)
|
local targetdistance = #(targetCoords - coords)
|
||||||
|
|||||||
Reference in New Issue
Block a user