Posted June 11, 2016 HI. So I am trying to get my messages of a restart via infiSTAR. This is my code in the EXILE_AHAT_CONFIG.hpp /* shows RESTART IN X MINS */ USE_RESTART_TIMER = true; /* show time left to next restart */ RESTART_TIME_IN_M = 240; /* restart time in minutes (default: 180min == 3 hours) */ SHOW_TIMER_IN_MIN[] = {1,2,3,5,10,15,30}; /* minutes before restart, when message is shown */ USE_RESTART_TIMER_SHUTDOWN = false; /* #shutdown the server after RESTART_TIME_IN_M minutes */ I thought this would work but nothing happens. Share this post Link to post Share on other sites
Posted June 11, 2016 So, it turns out that its working now. When I have the restart running the full 4 hours it will show up. But if i need to stop the server say 2 hours in then restart it wont show up. Share this post Link to post Share on other sites
Posted June 11, 2016 37 minutes ago, kidesh said: So, it turns out that its working now. When I have the restart running the full 4 hours it will show up. But if i need to stop the server say 2 hours in then restart it wont show up. so what are you trying too do Share this post Link to post Share on other sites
Posted June 11, 2016 (edited) 1 hour ago, kidesh said: So, it turns out that its working now. When I have the restart running the full 4 hours it will show up. But if i need to stop the server say 2 hours in then restart it wont show up. Of course they won't, how would inifSTAR know that you wanted to restart it early? It's displaying messages according to a timer. If you want to stop the server early and let players know, you should just use the mass message function within infiSTAR. Edited June 11, 2016 by StonedReality Share this post Link to post Share on other sites
Posted June 13, 2016 and also slightly depressing 3 people like this Share this post Link to post Share on other sites
Posted June 14, 2016 I could make a book out of questions like this 3 people like this Share this post Link to post Share on other sites