Lua Events/OnSGlobalObjectSystemInit

From PZwiki



Event

OnSGlobalObjectSystemInit

Description

Triggered when the server global object system is being initialized.

Parameters

No parameter.

Examples

local function OnSGlobalObjectSystemInit()
	-- Your code here
end

Events.OnSGlobalObjectSystemInit.Add(OnSGlobalObjectSystemInit)

See also