Jump to content

Matthew Brand

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

1 Neutral

1 Follower

About Matthew Brand

  • Rank
    On the Coast

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Matthew Brand

    message.xml

    message is always "text" <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages> <!-- This is example message for automatic server termination --> <message> <!-- no delay --> <delay>0</delay> <!-- if the value is larger than 0, then flag Repeat is enabled --> <repeat>0</repeat> <!-- if the value is larger than 0, then flag Countdown is enabled, countdown reaches zero in 10 hours --> <deadline>239</deadline> <!-- disable On connect flag --> <onconnect>0</onconnect> <!-- enable Shutdown flag --> <shutdown>1</shutdown> <text>Server (#name) restart in #tmin </text> </message> </messages> why does server message say text and not whats inside it?
×