sr matrix 0 Posted May 20, 2019 in my server panel (BEC) is working, how to make the reboot messages appear online Share this post Link to post Share on other sites
Sid Debian 134 Posted May 21, 2019 Spoiler 7 hours ago, sr matrix said: in my server panel (BEC) is working, how to make the reboot messages appear online Hey there. You made a mistake. 1st let me see your's "Scheduler.xml" 2nd let me understand how you want to make this messages (shown by specific time for example at 6 pm by your server time or each 6 hours since server was started). But I'll give you few ideas how to make a messages. All records in "Scheduler.xml" must have unique Job ID. 1-st Job must be a "loadbans" function Spoiler <?xml version="1.0"?> <Scheduler> <job id="1"> <time>000100</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>1</loop> <cmd>loadbans</cmd> <cmdtype>0</cmdtype> </job> </Scheduler> 3.If you want use real server time then you must set up in this way: Spoiler <job id="2"> <time>23:30:00</time> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 30 minutes untill restart of the server.</cmd> <cmdtype>0</cmdtype> </job> Where: <time> -> Real server time in 24 hrs format. (hh:mm:ss) <delay> -> don't care <day> -> day of week (if set from 1 to 7 = every day) <loop> -> is message must be looped. <cmd> -> Command for execute <cmdtype> -> Level of command. I hope that you everything understand in my message. I'm sorry for my bad English. Share this post Link to post Share on other sites
sr matrix 0 Posted May 21, 2019 yes the config Scheduler.xml it work and restart the server in hours defined, the messages no appear inside for the server in play https://steamcommunity.com/profiles/76561198100198532/screenshots/?appid=0&sort=newestfirst&browsefilter=myfiles&view=imagewall&privacy=14 Share this post Link to post Share on other sites
Sid Debian 134 Posted May 21, 2019 1 hour ago, sr matrix said: yes the config Scheduler.xml it work and restart the server in hours defined, the messages no appear inside for the server in play https://steamcommunity.com/profiles/76561198100198532/screenshots/?appid=0&sort=newestfirst&browsefilter=myfiles&view=imagewall&privacy=14 WELCOME TO BUG! Try reenable HUD by holding ~ key. If your HUD is off you not get any message from server even from Battleye. But I guess ads about maintenance you will see ) Share this post Link to post Share on other sites
Uncle Zed 272 Posted May 21, 2019 A better alternative is to use OmegaManager to create and manage your server and then you can get messages in that. Google and you'll find a link. Share this post Link to post Share on other sites
sr matrix 0 Posted May 27, 2019 i solved the problem, editing all again !!! Share this post Link to post Share on other sites