feat: get player server info function

This commit is contained in:
Andyyy7666
2023-07-22 23:59:11 +02:00
parent bc7e2ddd2a
commit eaba11e4e3

View File

@@ -22,6 +22,12 @@ function NDCore.getPlayers(key, value)
return players return players
end end
---@param source number
---@return table
function NDCore.getPlayerServerInfo(source)
return PlayersInfo[source]
end
---@param fileLocation string|tabale ---@param fileLocation string|tabale
---@return boolean ---@return boolean
function NDCore.loadSQL(fileLocation, resource) function NDCore.loadSQL(fileLocation, resource)