Lua Events/OnCoopJoinFailed

From PZwiki



Event

OnCoopJoinFailed

Description

Triggered when a player fails to join a cooperative game.

Parameters

  • Integer The identifier of the player who was denied access to join the cooperative game. It can be either 0, 1, 2, or 3.

Examples

local function OnCoopJoinFailed(playerId)
	-- Your code here
end

Events.OnCoopJoinFailed.Add(OnCoopJoinFailed)

See also

No related event.