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
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,14 +51,16 @@ Get players list
51
51
Kick a player
52
52
<br />`rcon kick #id or name`
53
53
54
-
## Other Commands
54
+
## Other RCon Commands
55
55
| RCON Command | Description |
56
56
| ------------ | ----------- |
57
+
| rcon mp_buytime 2 | Designate the desired amount of buy time for each round. |
58
+
| rcon mp_startmoney 1337 | Sets the amount of money players start with. |
57
59
| rcon mp_timelimit [amount of time in minutes]| Change the map timelimit |
58
60
| rcon mp_autokick 0/1 | Autokicks an idling person 1 is on, 0 is off |
59
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’. |
60
-
| rcon mp_c4timer x| Sets the amount of time in between C4 placement and its explosion – ranges between 15 and 90 seconds. |
61
-
| rcon mp_freezetime x| Sets the amount of “freeze” time at the beginning of each round to buy weapons and equipment – Use a setting of ‘0’ to disable. |
62
+
| rcon mp_c4timer 45| Sets the amount of time in between C4 placement and its explosion – ranges between 15 and 90 seconds. |
63
+
| 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. |
62
64
| rcon mp_friendlyfire 0/1 | Toggles friendly fire |
63
65
| rcon sv_alltalk 0/1 | Toggles team only or entire server mic chat |
64
66
| rcon sv_voiceenable 0/1 | Allows clients to use mic |
@@ -70,7 +72,7 @@ If you want to make use of `impulse 101`, (client side) then you need to enable
0 commit comments