forked from thatonepuggo/fast-dl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pf2.html
57 lines (56 loc) · 1.78 KB
/
pf2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MOTD</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color: var(--col-bg);">
<br>
<div class="center-div">
<h2 class="center-text">Welcome To</h2>
<h1 class="center-text">Pre-Fortress Sandbox</h1>
<h2 class="center-text red">REBUILT</h2>
<div style="font-size: 30px;" class="center-text">
<a class="center-div center-text" href="https://discord.gg/j9KuUgcWaG">discord</a>
<br>
<br>
<h2>rules</h2>
<ul>
<li>
don't be annoying
</li>
<li>
don't intentionally crash people or the server
</li>
<li>
no skibidi toilet
</li>
<li>
pj_theprimalpeashooter_gaming in particular is not allowed. we'll know if you use an alt or a vpn pj
</li>
<li>
no being racist or sexist or whatever
</li>
</ul>
<h2>q&a</h2>
<ul>
<li>
<b>why "rebuilt"?</b>
after 0.7.2 was released, i stupidly deleted the server's pf2 directory,
so i had to reinstall pf2 entirely.
</li>
<li>
<b>how are other people flying/spawning stuff/etc?</b>
this is a sv_cheats 1 server. this server is <u>not</u> for actual games!
</li>
<li>
<b>how do i interact with stuff on pf_street?</b>
type this in console or add it to your pf2/cfg/autoexec.cfg:
<code style="font-size: 15px;">bind <your key of choice> +use</code>
</li>
</ul>
</div>
</div>
</body>
</html>