ElDubya Posted February 19, 2015 Report Share Posted February 19, 2015 Hi all, Don't know if it's possible, but is there a way to send timed messages (ie : every 30 mins) informing players of scheduled server restarts and general messages about the server? Link to comment Share on other sites More sharing options...
0 DeanReid Posted February 22, 2015 Report Share Posted February 22, 2015 You could just do a sleep between each of them. e.g taskHint ["Restart in 5 Minutes", [1,0,1,1], 'taskDone']; sleep 120; taskHint ["Restart in 3 Minutes", [1,0,1,1], 'taskDone']; sleep 120: taskHint ["Restart in 1 Minute", [1,0,1,1], 'taskDone']; sleep 30; taskHint ["Restart in 30 seconds, Log off now!", [1,0,0,1], 'taskFailed']; or if you have a webserver with php https://github.com/deannreid/BattlEye-RCON-Control-PHP Link to comment Share on other sites More sharing options...
Question
ElDubya
Hi all,
Don't know if it's possible, but is there a way to send timed messages (ie : every 30 mins) informing players of scheduled server restarts and general messages about the server?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now