Lua Events/OnCGlobalObjectSystemInit

From PZwiki



Event

OnCGlobalObjectSystemInit

Description

Triggered when the client global object system is being initialized.

Parameters

No parameter.

Examples

local function OnCGlobalObjectSystemInit()
	-- Your code here
end

Events.OnCGlobalObjectSystemInit.Add(OnCGlobalObjectSystemInit)

See also