mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
update: client functions
This commit is contained in:
@@ -2,7 +2,11 @@ function NDCore.getPlayer()
|
|||||||
return NDCore.player
|
return NDCore.player
|
||||||
end
|
end
|
||||||
|
|
||||||
function NDCore.GetPlayersFromCoords(distance, coords)
|
function NDCore.getCharacters()
|
||||||
|
return NDCore.characters
|
||||||
|
end
|
||||||
|
|
||||||
|
function NDCore.getPlayersFromCoords(distance, coords)
|
||||||
if coords then
|
if coords then
|
||||||
coords = type(coords) == "table" and vec3(coords.x, coords.y, coords.z) or coords
|
coords = type(coords) == "table" and vec3(coords.x, coords.y, coords.z) or coords
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user