Jump to content
  • 0

Restart and server messages via title text?


ElDubya

Question

1 answer to this question

Recommended Posts

  • 0

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...