GetStreamedPlayersForPlayer
From Onset Developer Wiki
Description
Returns the list of players streamed to the specified player.
Syntax
GetStreamedPlayersForPlayer(player)
Parameters
- player
The player identifier.
Return Value
- The array of players streamed to the client.
Example
local streamedPlayers = GetStreamedPlayersForPlayer(playerid)
See also
__EDIT_ME__