Jump to content
jesterj8

BEC Scheduler semi not working..

Recommended Posts

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 game

but 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

<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 by KaMikaZeDaN

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×