Skip to content

Vote to kick player (server)

BigETI edited this page Jul 2, 2019 · 1 revision

Vote kick player (server)

Description

This message notifies that a player has been voted to be kicked from the lobby.

Event

lobbyVotekickCurrent

Argument

  • Vote kick data : array
    • 0: Voter player ID
    • 1: Voted player ID
    • 2: Number of votes : int
    • 3: Required number of votes : int

Example

[
	"lobbyVotekickCurrent",
	[
		123,
		124,
		1,
		2
	]
]
Clone this wiki locally