You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cs16/cs16-rcon.md
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -56,15 +56,16 @@ Kick a player
56
56
| ------------ | ----------- |
57
57
| rcon mp_buytime 2 | Designate the desired amount of buy time for each round. |
58
58
| 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’. |
62
63
| rcon mp_c4timer 45 | Sets the amount of time in between C4 placement and its explosion – ranges between 15 and 90 seconds. |
63
64
| 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|
68
69
| rcon sv_gravity 800 | Sets the amount of gravity |
0 commit comments