Lua Events/OnScoreboardUpdate

From PZwiki



Event

OnScoreboardUpdate

Description

Triggered when multiplayer scoreboard is updated.

Parameters

  • ArrayList The list of player names which are being updated on the score board.
  • ArrayList The list of display names for the players which are being updated on the score board.
  • ArrayList The list of Steam identifiers of the players which are being updated on the score board.

Examples

local function OnScoreboardUpdate(playerNames, displayNames, steamIds)
	-- Your code here
end

Events.OnScoreboardUpdate.Add(OnScoreboardUpdate)

See also

No related event.