update: client functions

This commit is contained in:
Andyyy7666
2023-08-23 00:34:12 +02:00
parent 76b93097f6
commit 1652dc4b5c

View File

@@ -2,7 +2,11 @@ function NDCore.getPlayer()
return NDCore.player
end
function NDCore.GetPlayersFromCoords(distance, coords)
function NDCore.getCharacters()
return NDCore.characters
end
function NDCore.getPlayersFromCoords(distance, coords)
if coords then
coords = type(coords) == "table" and vec3(coords.x, coords.y, coords.z) or coords
else