diff --git a/ND_Core/server/functions.lua b/ND_Core/server/functions.lua index 6e65f51..b605c76 100644 --- a/ND_Core/server/functions.lua +++ b/ND_Core/server/functions.lua @@ -1,5 +1,10 @@ -- For support join my discord: https://discord.gg/Z9Mxu72zZ6 +-- return the players selected character. +function NDCore.Functions.GetPlayer(player) + return NDCore.Players[player] +end + -- Callback to update each selected character on the server. function NDCore.Functions.GetPlayers(players) if not cb then return NDCore.Players end