Lua Events/AcceptedFactionInvite

From PZwiki



Event

AcceptedFactionInvite

Description

Triggered when a faction invite has been accepted.

Parameters

  • String The name of the faction the player accepted to join.
  • String The name of the player who accepted the invitation.

Examples

local function AcceptedFactionInvite(factionName, playerName)
	-- Your code here
end

Events.AcceptedFactionInvite.Add(AcceptedFactionInvite)

See also