Jump to content
WOLVERlNES

Server Setting Question

Recommended Posts

I’ve been trying to get my server restart notifications to inform players when server will restart accurately. But the time is off by 30min for some reason.

The time restarts are every 6hrs midnight, 6am, noon, 6pm.

I have the time set to 360min in the .xml file which is 6hrs.

But the notifications think there’s an additional 30min before reset.

If I reduce the 360min in .xml by 30min to 330min, the notifications don’t work at all for that.

Any suggestions?

 

Heres my code:

1) following message will be displayed to every player in countdown manner
and shuts down server in 6 hours from its start

<message>
<deadline>360</deadline>
<shutdown>1</shutdown>
<text>The #name server will shutdown in #tmin minutes.</text>
</message>

Edited by RussianReavers
Reformatting.

Share this post


Link to post
Share on other sites

×