Releases: storm37000/gmsv_antifreeze
Releases · storm37000/gmsv_antifreeze
1.3
- added
antifreeze.RestartServer
- added
antifreeze.WatchDogSetPaused
- Hopefully more robust functions to kill unresponsive server.
1.2
bugfixes and a new timeout setting.
- You can adjust the timeout before it kills the server because of a freeze. You can do it by putting
lua_run antifreeze.SetTimeout(#)
in your server cfg or puttingantifreeze.SetTimeout(#)
inside the antifreeze.lua. Default value is 60 seconds, replace # with any positive integer you want.
1.1
optimizations, bugfixes, and code cleanup.
Dont forget to download and install the lua file from the source code zip or tar.
1.0
get ready for initial release including 64 bit binaries.