mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-16 21:46:03 +01:00
a lot of changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user