Installation
Add the resource to your server.cfg to make sure it’s started at server startup:
[start timer]
local statusTemp = exports.hal_temporizador:run(true,70) -- time in seconds
[stop timer] local statusTemp = exports.hal_temporizador:run(false,0)
statusTemp will return false when...