I cant seem to get mine working, I've been trying to test it by having it spam one messgae every 20 seconds so that I know its working, but it just doesn't want too! I can connect via rcon just fine but the scheduler just doesn't want to work.
here is the scheduler.xml (first box) and the config.cfg (second box)
(I've editted out anything important)
<?xml version="1.0"?> <Scheduler> <!-- INTERNAL COMMANDS --> <job id="0"> <time>000300</time> <!-- run once after 3 min --> <delay>000000</delay> <day>1,2,3,4,5,6,7</day> <loop>0</loop> <cmd>say -1 Bec has been now running for 3 min</cmd> <cmdtype>0</cmdtype> </job> </Scheduler>
#-------------------------------------------------------------------------------------------------------- [Misc] #-------------------------------------------------------------------------------------------------------- # Set the color of the terminal. if not defined. 07 will be used as default ConsoleColor = 04 ConsoleHeight = 45 ConsoleWidth = 145 # Only allow english chars. #AsciiNickOnly = True # Kick players who has listed chars in their name #DisallowPlayerNameChars = [](){}<>/\^|�!#%&@��� # Max length a player name. kicks players who has to long name. #MaxPlayerNameLength = 16 # Set the name of your armaserver.exe if it has been renamed from armaoaserver.exe. # if the exe has its originale name. comment it out. #ServerExeName = SomeName.exe # Set the amount of warnings a player will get before kicked. -1 is disabled. 0 instant kick #Warnings = 4 # Only allow english chars to be typed on the chat. Note, Warnings must be enabled. 0 or more. #AsciiChatOnly = True # If AsciiChatOnly is set True. you can define none english chars that will be accepted. #IgnoreChatChars = ��� # Set path to the file containing a list of bad words. Note, Warnings must be enabled. 0 or more. #WordFilterFile = BadWords.txt # Set the path to the file containing whitelisted guids. #WhiteListFile = WhiteList.txt # Set custom whitelist kick message. #WhileListKickMsg = please connect to our ts3 for more information on howto join. ts3.your-domain.com # Kick people with offensive names #NickFilterFile = BadNames.txt # Set the amount of time Bec will wait on the server on startup. Timeout = 45 # Kick people who are idleing in the lobby, kick will happen after given time, Min time is 90 sec. use 0 to disable this function. #KickLobbyIdlers = 180 # Set the path to the Scheduer.xml file. #Scheduler = Scheduler.xml