Lua Events/EveryHours

From PZwiki



Event

EveryHours

Description

Triggered every hour (in-game).

Parameters

No parameter.

Examples

local function EveryHours()
	-- Your code here
end

Events.EveryHours.Add(EveryHours)

See also