Lua Events/SendCustomModData

From PZwiki



Event

SendCustomModData

Description

Triggered when the game server is sending custom ModData to the client.

Parameters

No parameter.

Examples

local function SendCustomModData()
	-- Your code here
end

Events.SendCustomModData.Add(SendCustomModData)

See also