Automatic reset

In a busy server your players may forget to return public defibrillators after use so we've added a feature allowing you to make these automatically reset after a certain amount of time.

To begin, open the config.lua file and navigate to the main = { section.

resetDefibEnabled = true,
resetDefib = 60, -- This number is in seconds.

After finding the resetDefib setting, you can select the amount of seconds. Make sure you set resetDefibEnabled to true, or false depending on if you want defibs to reset automatically!

Last updated