Server timer didn't refresh with server restart.

Kirin

New Member
Dear All,

On my friends's private server(which i spent a lot of time working on to get stuffs working...), there is a weird problem where the "server up time" timer won't go back to 0 after the server restarted. The server does restart in a 2 hour cycle with the bec command #restart, and everyone on the server gets a nice session lost notice. The way the timer is displayed through an infistar function i believe(i didnt work on that part so not really sure). Does anyone know what could possibly went wrong to cause this issue?

Thanks,
Kirin
 
Because the BEC restart command does not shut down the server, it simply restarts the mission.
You need to use the shutdown command or run a script (batch file) that
  1. shuts down the server,
  2. shuts down bec,
  3. does whatever sql or other housekeeping you need done (delete/backup logs etc),
  4. start the server
  5. WAIT 10 seconds,
  6. start BEC. If the server is not running when BEC starts it will fail.
 
Back
Top