Jump to content
Sign in to follow this  
taterx

Need help with server

Recommended Posts

Have a few problems and question need answered/solved. I am renting a server for arma 3 epoch

1. People in server are getting warning messages for talking in side chat and group chat. How do I fix this?

2. Trying to set up automated messages using the scheduler.xml but I am failing to get them to show. Below is an example I have used and maybe someone can fix this? I tried different formulas and no luck getting it to show in the server. My goal is to have a message say something maybe once a hour then a restart countdown timer starting at 30 minutes.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<?xml-stylesheet href="acs.xsl" type="text/xsl" ?>

<Scheduler>

<!-- this job will start after 10 minutes and run forever with a 1 hour and 30 minutes interval between the jobs -->

<job id='0'>

<day>1,2,3,4,5,6,7</day>

<start>000300</start>

<runtime>003000</runtime>

<loop>-1</loop>

<cmd>say -1 TEST TEST</cmd>

</job>

<!-- this job will start after 30 seconds and will only run once. note that the runtime tag is ignored when loop is 0 -->

<job id='1'>

<day>1,2,3,4,5,6,7</day>

<TIME>0210</TIME>

<runtime>000000</runtime>

<loop>0</loop>

<cmd>say -1 HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH</cmd>

</job>

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  

×