Jump to content
Sign in to follow this  
SASAlone_

How do I set up the player message coming in and out of my server. Dayz 1.4

Recommended Posts

I see in other servers this message being sent by BattleEye (BEC), could someone help me? I have already worked on several topics and none of the tips worked, thank you.

Share this post


Link to post
Share on other sites

I am also looking for the answer, but more specific one.

My server restarts every 4 hours (12,16,20,00,04,08) via task scheduler.

I want my server to send out notifications in 30,15,5 and 1 min before server goes down to all players online, how can I do that? How do I let the server know when exactly to start this messaging?

I can guess that it can be done via messages.xml but I have no idea how to let it know when exactly to start messaging (i.e. at 11:30 to warn players that server will restart at 12:00).

Share this post


Link to post
Share on other sites

You must configure a Scheduler.xml file to send messages and restart your server.

 

job id='12'>
<runtime>030000</runtime> <-----  # 3 and 3 houers (change to 04000)
<start>025000</start>
<day>1,2,3,4,5,6,7</day>
<loop>6</loop>
<cmd>say -1 Server Restart in 10min</cmd>
<cmdtype>0</cmdtype>
</job>

Edited by SASAlone_

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×