Jump to content
  • 0

HFB Server Help...


CyanManson

Question

First, If I posted this in the wrong section I am sorry. I think this is where it goes.

 

Now. I have been driving myself mad over this stupid BE/BEC crap.

 

Here is my problem, I can seem to get BE or BEC to work with my server. I have been all throughout the files and digging through all the setting and i just cant get it. I can get restart to work but not the ingame warning messages. It seems that the ingame stuff dont work. Like when an admin joins it says nothing. None of the !upt stuff works or anything. It almost seems like BE/BEC isnt talking with my server. Can someone please help me out with this before I go insane lol..

 

Thanks in advance for any help!

 

Hate

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Hi,

 

I have a server with HFBservers and i already posted a ticket with them. You have to work with delay, as time does not work at HFBservers.

 

When you want to have server restarts every 4 hours with messages, this is the scheduling you want to use:

 

 

<job id="0">

<time>033000</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will auto restart in 30 min</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="1">
<time>034500</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will auto restart in 15 min</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="2">
<time>035000</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will auto restart in 10 min</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="3">
<time>035500</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will auto restart in 5 min</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="4">
<time>035800</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>say -1 Server will auto restart in 1 min, land your choppers and abort now please</cmd>
<cmdtype>0</cmdtype>
</job>
 
<job id="5">
<time>035900</time>
<delay>000000</delay>
<day>1,2,3,4,5,6,7</day>
<loop>0</loop>
<cmd>#shutdown</cmd>
<cmdtype>0</cmdtype>
</job>
Link to comment
Share on other sites

  • 0
<?xml version="1.0"?>
<Scheduler>
	
        <!-- 30 Minute Restart -->
        <job id="0">
		<time>023000</time>
		<delay>000000</delay>
		<day>1,2,3,4,5,6,7</day>
		<loop>1</loop>
		<cmd>say -1 Restart In 30 Minutes</cmd>
		<cmdtype>0</cmdtype>
	</job>


        <!-- 15 Minute Restart -->
        <job id="1">
    		<time>024500</time>
                <delay>000000</delay>
 		<day>1,2,3,4,5,6,7</day>
		<loop>1</loop>
		<cmd>say -1 Restart In 15 Minutes</cmd>
		<cmdtype>0</cmdtype>
	</job>


        <!-- 10 Minute Restart -->
        <job id="2">
		<time>025000</time>
		<delay>000000</delay>
		<day>1,2,3,4,5,6,7</day>
		<loop>1</loop>
		<cmd>say -1 Restart In 10 Minutes</cmd>
		<cmdtype>0</cmdtype>
	</job>


        <!-- 5 Minute Restart -->
        <job id="3">
		<time>025500</time>
		<delay>000000</delay>
		<day>1,2,3,4,5,6,7</day>
		<loop>1</loop>
		<cmd>say -1 Restart In 5 Minutes - GET SAFE</cmd>
		<cmdtype>0</cmdtype>
	</job>


        <!-- 3 Minute Restart -->
        <job id="4">
		<time>025700</time>
		<delay>000000</delay>
		<day>1,2,3,4,5,6,7</day>
		<loop>1</loop>
		<cmd>say -1 Restart In 3 Minutes - Please LOGOUT</cmd>
		<cmdtype>0</cmdtype>
	</job>

        <!-- 2 Minute Restart -->
        <job id="5">
		<time>025800</time>
		<delay>000000</delay>
		<day>1,2,3,4,5,6,7</day>
		<loop>1</loop>
		<cmd>say -1 Restart In 2 Minutes - LOGOUT NOW</cmd>
		<cmdtype>0</cmdtype>
	</job>

        <!-- 1 Minute Restart -->
        <job id="6">
		<time>025900</time>
		<delay>000000</delay>
		<day>1,2,3,4,5,6,7</day>
		<loop>1</loop>
		<cmd>say -1 Restart In 1 Minutes - LOGOUT NOW</cmd>
		<cmdtype>0</cmdtype>
	</job>

</Scheduler>	


Link to comment
Share on other sites

  • 0

As i said in my post, you need to work with a delay. See my previous post with code.

 

I don't see why you need to loop the shutdown messages.Also i don't see the #shutdown command in your scheduler that actually shuts down the server.

 

Edit your code so it looks like mine, i have hfbservers and it works this way.

Link to comment
Share on other sites

  • 0

Ok mine looks like yours so we will see, again i dont think you are getting my point... None of the say commands show up on the server. Also you know when the admin logs in it say *** admin logged in... yeah none of that. None of the commands work.... So again i state that it seems like BE/BEC is not talking with my server..........

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...