Hello,
after the new Server update my motd.txt doesn't work.
I got this simple code:
But all I see is an empty page.
"Restricted the range of commands that servers can cause clients to execute when closing the MOTD."
I saw this in the release notes of the update.
What do I have to do to make it work?
When I only write simple text without any html codes it works.
after the new Server update my motd.txt doesn't work.
I got this simple code:
Quote:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<Html>
<head>
<title>Cstrike MOTD</title>
</head>
<body>
<center>
<b>Welcome to Kevin's CS:S Server</b>
<br>
<br>
This server also supports deathmatch and surf maps!
<br>
<br>
This server is protected through VAC and SteamBans Detox Anti-Cheat
<br>
Please be nice!
<br>
No cheating!
<br>
No spaming!
</center>
</body>
</Html>
But all I see is an empty page.
"Restricted the range of commands that servers can cause clients to execute when closing the MOTD."
I saw this in the release notes of the update.
What do I have to do to make it work?
When I only write simple text without any html codes it works.