-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmin-commands.html
177 lines (167 loc) · 7.15 KB
/
admin-commands.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<html lang="en">
<head>
<!-- Default website image and description for social sharing -->
<meta property="og:image" content="http://awesomecars-wiki.gamewaver.com/images/logos/awesome-cars-square-log-720x720.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<meta property="og:type" content="website" />
<meta property="og:url" content="http://awesomecars-wiki.gamewaver.com/"/>
<meta property="og:title" content="Awesome Cars Wiki" />
<meta property="og:description" content="A simpe website where you can find all important info about our server." />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="./images/logos/awesome-cars-square-log-720x720.png" type="image/png">
<link rel="stylesheet" href="style.css">
<title>Admin Commands</title>
</head>
<body>
<a href="/"><h2 class="button-goback">Go Back</h2></a>
<h1>Admin Commands</h1>
<table id="items">
<tbody>
<tr>
<th>Name</th>
<th>Use in the console</th>
<th>Description</th>
<th>Example</th>
</tr>
<tr>
<td>AMX Mod X menu</td>
<td>amxmodmenu</td>
<td>Displays the main AMX Mod X menu.</td>
<td></td>
</tr>
<tr>
<td>Gag menu</td>
<td>amx_gagmenu</td>
<td>Displays the gag menu. <a href="https://amxx-bg.info/viewtopic.php?f=21&t=2744" target="_blank"><i class="fas fa-external-link-alt"></i></a></td>
<td></td>
</tr>
<tr>
<td>Add Ban</td>
<td>amx_addban "STEAM ID / IP / mID" "time in minutes"</td>
<td>Bans player who is not in the server. <a href="https://forum.kgb-hosting.com/showthread.php?t=84992&p=652081&viewfull=1#post652081" target="_blank"><i class="fas fa-external-link-alt"></i></a></td>
<td>amx_addban "221.192.199.49" "300"</td>
</tr>
<tr>
<td>Ban</td>
<td>amx_ban "STEAM ID / IP / mID" "time in minutes" "reason"</td>
<td>Bans player who is not in the server. <a href="https://forum.kgb-hosting.com/showthread.php?t=84992&p=652081&viewfull=1#post652081" target="_blank"><i class="fas fa-external-link-alt"></i></a></td>
<td>amx_ban "221.192.199.49" "399" "aim hack"</td>
</tr>
<tr>
<td>Unban</td>
<td>amx_unban "STEAM ID / IP / mID"</td>
<td>Unbans player. <a href="https://forum.kgb-hosting.com/showthread.php?t=84992&p=652081&viewfull=1#post652081" target="_blank"><i class="fas fa-external-link-alt"></i></a></td>
<td>amx_unban "221.192.199.49"</td>
</tr>
<tr>
<td>Unbann from ReHLDS</td>
<td>amx_rcon removeip "IP"</td>
<td>Unbans player from autobans of the server (Head Admins only).</td>
<td>amx_rcon removeip "203.192.209.61"</td>
</tr>
<tr>
<td>Gag</td>
<td>amx_gag "nick / #id / ip" "time in minutes" "reason"</td>
<td>Gags player. <a href="https://amxx-bg.info/viewtopic.php?f=21&t=2744" target="_blank"><i class="fas fa-external-link-alt"></i></a></td>
<td>amx_gag "221.192.199.49" "5" "swearing"</td>
</tr>
<tr>
<td>Ungag</td>
<td>amx_ungag "nick / #id / ip"</td>
<td>Ungags gagged player. <a href="https://amxx-bg.info/viewtopic.php?f=21&t=2744" target="_blank"><i class="fas fa-external-link-alt"></i></a></td>
<td>amx_ungag "221.192.199.49"</td>
</tr>
<tr>
<td>Change map</td>
<td>amx_map mapname</td>
<td>Changes the map.</td>
<td>amx_map awesome_cars2</td>
</tr>
<tr>
<td>Private say</td>
<td>amx_psay "name or #userid" "message"</td>
<td>Send private message to player.</td>
<td>amx_psay "Maverick" "hi"</td>
</tr>
<tr>
<td>Nick change</td>
<td>amx_nick "original nick" "new nick"</td>
<td>Changes user name.</td>
<td>amx_nick "Maverick" "bad cat"</td>
</tr>
<tr>
<td>Tsay</td>
<td>amx_tsay "color" "message" / say@ message</td>
<td>Sends a left side HUD message to all players.</td>
<td>amx_tsay "green" "hi" / say@ hi</td>
</tr>
<tr>
<td>Csay</td>
<td>amx_csay "color" "message"</td>
<td>Sends a center HUD message to all players.</td>
<td>amx_csay "green" "hi"</td>
</tr>
<tr>
<td>Admin chat</td>
<td>amx_chat "message" / say_team@ message</td>
<td>Sends message to all admins.</td>
<td>amx_chat "hi" / say_team@ hi</td>
</tr>
<tr>
<td>Custom poll</td>
<td>amx_vote "question" "answer1" "answer2"</td>
<td>Starts a custom poll.</td>
<td>amx_vote "Is server awesome?" "yes" "no"</td>
</tr>
<tr>
<td>Amx who</td>
<td>amx_who</td>
<td>Shows who is in the server</td>
<td></td>
</tr>
<tr>
<td>Amx showip</td>
<td>amx_showip</td>
<td>Shows IPs of the players in the server</td>
<td></td>
</tr>
<tr>
<td>Amx last</td>
<td>amx_last</td>
<td>Shows who has been in the server</td>
<td></td>
</tr>
<tr>
<td>Magic marker</td>
<td>bind "z" "+paint"</td>
<td>Bind a key to this command and hold it to draw!</td>
<td></td>
</tr>
<tr>
<td>Amx Revoke</td>
<td>amx_revoke "name" / amx_unrevoke "name" </td>
<td>Took or give back user driver license</td>
<td>amx_revoke "Maverick"</td>
</tr>
<tr>
<td>Amx Fog</td>
<td>amx_fog 1 "0 0 0" 1</td>
<td>Add fog In server. <a href="https://forums.alliedmods.net/showthread.php?t=75478" target="_blank"><i class="fas fa-external-link-alt"></i></a></td>
<td>amx_fog 1 "0 0 200" 3</td>
</tr>
</tbody>
</table>
<a href="/">
<h2 class="button">Go Back</h2>
</a>
</body>
<footer>
<a href="http://awesomecs.tk" target="_blank">
<img src="./images/logos/awesome-cars-logo-400x78.png">
</a>
</footer>
</html>