a lot of changes

This commit is contained in:
Andyyy7666
2023-07-09 21:19:35 +02:00
parent 24caa1a857
commit bf9604e851
8 changed files with 174 additions and 148 deletions

View File

@@ -17,3 +17,9 @@ function NDCore.GetPlayersFromCoords(distance, coords)
end
return closePlayers
end
for name, func in pairs(NDCore) do
if type(func) == "function" then
exports(name, func)
end
end