Lua Events/SyncFaction

From PZwiki



Event

SyncFaction

Description

Triggered when a faction is being synced by the server on client side.

Parameters

  • String The name of the faction which is going to get synchronized.

Examples

local function SyncFaction(factionName)
	-- Your code here
end

Events.SyncFaction.Add(SyncFaction)

See also