Skip to content

Commit 51dfa69

Browse files
committed
cs16: snail small
1 parent 41a790c commit 51dfa69

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

docs/cs16/cs16-rcon.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,16 @@ Kick a player
5656
| ------------ | ----------- |
5757
| rcon mp_buytime 2 | Designate the desired amount of buy time for each round. |
5858
| rcon mp_startmoney 1337 | Sets the amount of money players start with. |
59-
| rcon mp_timelimit [amount of time in minutes] | Change the map timelimit |
60-
| rcon mp_autokick 0/1 | Autokicks an idling person 1 is on, 0 is off |
61-
| rcon mp_autoteambalance 0/1 | Toggles the forcing of clients to join teams to make it balanced – Setting of 1 = ‘on’, and 0 = ‘off’. |
59+
| rcon mp_timelimit 20 | Change the map timelimit |
60+
| rcon mp_roundtime 2 | Sets the amount of roundtime |
61+
| rcon mp_autokick 1 | Autokicks an idling person 1 is on, 0 is off |
62+
| rcon mp_autoteambalance 1 | Toggles the forcing of clients to join teams to make it balanced – Setting of 1 = ‘on’, and 0 = ‘off’. |
6263
| rcon mp_c4timer 45 | Sets the amount of time in between C4 placement and its explosion – ranges between 15 and 90 seconds. |
6364
| rcon mp_freezetime 3 | Sets the amount of “freeze” time at the beginning of each round to buy weapons and equipment – Use a setting of ‘0’ to disable. |
64-
| rcon mp_friendlyfire 0/1 | Toggles friendly fire |
65-
| rcon sv_alltalk 0/1 | Toggles team only or entire server mic chat |
66-
| rcon sv_voiceenable 0/1 | Allows clients to use mic |
67-
| rcon sv_cheats 0/1 | Toggles cheats |
65+
| rcon mp_friendlyfire 1 | Toggles friendly fire. 1 is on, 0 is off |
66+
| rcon sv_alltalk 1 | Toggles team only or entire server mic chat - 1 is on, 0 is off |
67+
| rcon sv_voiceenable 1 | Allows clients to use mic - 1 is on, 0 is off |
68+
| rcon sv_cheats 1 | Toggles cheats - 1 is on, 0 is off |
6869
| rcon sv_gravity 800 | Sets the amount of gravity |
6970
<br />
7071
:::tip

docs/cs2/pluginslist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This page provides a detailed overview of all plugins available for our CS2 free
9292
<td>CS2MapChange</td>
9393
<td className="centered"><span className="yes-icon">✓</span></td>
9494
<td className="centered"><span className="yes-icon">✓</span></td>
95-
<td>Map voting and rotation system</td>
95+
<td>Easier MapChange</td>
9696
</tr>
9797
<tr>
9898
<td>Workshop Map</td>

0 commit comments

Comments
 (0)