diff --git a/client/functions.lua b/client/functions.lua index 4b1e75f..53693c7 100644 --- a/client/functions.lua +++ b/client/functions.lua @@ -1,3 +1,7 @@ +function NDCore.getPlayer() + return NDCore.player +end + function NDCore.GetPlayersFromCoords(distance, coords) if coords then coords = type(coords) == "table" and vec3(coords.x, coords.y, coords.z) or coords