jesterj8 6 Posted November 17, 2012 Ok I'm having a wierd problem with BEC scheduler..why would this<?xml version="1.0"?><Scheduler> <job id="0"> <time>000030</time> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 TESTING</cmd> <cmdtype>0</cmdtype> </job></Scheduler>..be working in gamebut not this one..<?xml version="1.0"?><Scheduler> <job id="0"> <time>24:30</time> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 TESTING</cmd> <cmdtype>0</cmdtype> </job></Scheduler>I have tried other military times and none work? Share this post Link to post Share on other sites
kamikazedan 14 Posted November 18, 2012 (edited) <time>24:30</time>This is the 24 hour clock, not a countdown.24:30 doesn't exist on the 24 hour clock, so it isn't working.The guide does clearly state this.<time>00:30</time>Would be the correct way to do it.@ 00:30 every day, the server will announce your message. Edited November 18, 2012 by KaMikaZeDaN Share this post Link to post Share on other sites
jesterj8 6 Posted November 19, 2012 So I tried this and this does not work either...<?xml version="1.0"?><Scheduler> <job id="0"><time>04:30</time><day>1,2,3,4,5,6,7</day><loop>0</loop><cmd>say -1 TESTING</cmd> <cmdtype>0</cmdtype> </job></Scheduler> Share this post Link to post Share on other sites