Lua Events/OnConnected

From PZwiki



Event

OnConnected

Description

Triggered when the player successfully connects to the server.

Parameters

No parameter.

Examples

local function OnConnected()
	-- Your code here
end

Events.OnConnected.Add(OnConnected)

See also