mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-16 21:46:03 +01:00
update: gorups
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
---@param src number
|
||||
---@return table
|
||||
function NDCore.getPlayer(src)
|
||||
return ActivePlayers[src]
|
||||
end
|
||||
|
||||
---@param metadata string
|
||||
---@param data any
|
||||
---@return table
|
||||
function NDCore.getPlayers(metadata, data)
|
||||
if not metadata or not data then return ActivePlayers end
|
||||
local players = {}
|
||||
|
||||
Reference in New Issue
Block a user