51 lines
2.0 KiB
HTML
Executable File
51 lines
2.0 KiB
HTML
Executable File
<html>
|
|
<head>
|
|
<title>gmod rules</title>
|
|
<link rel="stylesheet" type="text/css" href="assets/gmod.css?v=1.1">
|
|
</head>
|
|
<body>
|
|
<h1>iceyfox servers</h1>
|
|
<fieldset class="rules">
|
|
<ol><li>dont mess with other peoples spawned items without there permission (ramming them counts)</li>
|
|
<li>dont noclip into peoples bases without there permission</li>
|
|
<li>dont go outside the map walls and the skybox (tardis does not count)</li>
|
|
<li>no mic or text spamming</li>
|
|
<li>no racism or sexism</li>
|
|
<li>use common sense</li>
|
|
<li>no advertising</li>
|
|
<li>dont use the sonic screwdriver on players</li>
|
|
<li>no prop killing</li>
|
|
<li>no noclip killing what so ever</li>
|
|
<li>if someone ask you to stop killing them.. stop</li><ol>
|
|
</fieldset>
|
|
|
|
<fieldset class="info">
|
|
<h2 align="center">info</h2>
|
|
<li>if you can not read all the shit here now, you can when you load in</li>
|
|
<li>you can rp (role play) if you want to, you dont have to, its sandbox</li>
|
|
<li>there is no specific uptime for the server, it will be up at random times</li>
|
|
<li>if you want the Member rank you have to join the discord server which is on the home page and can only be obtained by
|
|
being trusted by a enforcer +(the home button is on the top left of rules)(rank is not mandatory)</li>
|
|
<li>if your in a sit (frozen/jailed) for breaking a rule dont leave until the admin says you are free to go.</li>
|
|
</fieldset>
|
|
|
|
<div class="loadbar">
|
|
status: <span id="filename" class="filename"></span><br><br>
|
|
map: <span id="mapname" class="map"></span>
|
|
<span id="needed" class="fileneeded"></span>
|
|
</div>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
|
<script language="javascript" type="text/javascript">
|
|
function GameDetails( servername, serverurl, mapname, maxplayers, steamid, gamemode, volume, language ){
|
|
$("#mapname").html(mapname)
|
|
}
|
|
function SetFilesNeeded( needed ) {
|
|
$("#needed").html(needed)
|
|
}
|
|
function SetStatusChanged( status ) {
|
|
$("#filename").html(status)
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |