I've been using this plugin for over a year, no probleme what so ever, but since september update the plugin is broken.
Plugin kick everyone out but does not reboot the server
for me, it stopped working on the last update, i assumed it was working still and just left it to it. almost 7 days later, i notice the servers uptime doesnt match the result if it was restarting every day.
Who has a broken Smooth Restarter replace
Global.quit(null);toConsoleSystem.Run(ConsoleSystem.Option.Server, “global.quit”); digital3212
Who has a broken Smooth Restarter replace
toGlobal.quit(null);ConsoleSystem.Run(ConsoleSystem.Option.Server, “global.quit”);
Error while compiling SmoothRestarter: Invalid expression term '' | Line: 1771, Pos: 64
kokobeware
Error while compiling SmoothRestarter: Invalid expression term '' | Line: 1771, Pos: 64
Fix the quotation marks to (").
kokobeware
Error while compiling SmoothRestarter: Invalid expression term '' | Line: 1771, Pos: 64
ConsoleSystem.Run(ConsoleSystem.Option.Server, "global.quit");That's correct.
thx a lot!