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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...