Skip to content

Commit 7cd0d84

Browse files
committed
updated cs16 rcon
1 parent 4ce6c29 commit 7cd0d84

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/cs16/cs16-rcon.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,16 @@ Get players list
5151
Kick a player
5252
<br />`rcon kick #id or name`
5353

54-
## Other Commands
54+
## Other RCon Commands
5555
| RCON Command | Description |
5656
| ------------ | ----------- |
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. |
5759
| rcon mp_timelimit [amount of time in minutes] | Change the map timelimit |
5860
| rcon mp_autokick 0/1 | Autokicks an idling person 1 is on, 0 is off |
5961
| 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. |
6264
| rcon mp_friendlyfire 0/1 | Toggles friendly fire |
6365
| rcon sv_alltalk 0/1 | Toggles team only or entire server mic chat |
6466
| 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
7072

7173

7274
## PODBot Commands
73-
<span style={{paddingLeft: '0.25rem', paddingRight: '0.25rem', paddingTop: '1px', paddingBottom: '1px', backgroundColor: '#4F46E5', color: '#ffffff', fontWeight: '600', borderRadius: '0.25rem'}}>Pro only</span><br />
75+
<span style={{paddingLeft: '0.25rem', paddingRight: '0.25rem', paddingTop: '1px', paddingBottom: '1px', backgroundColor: '#4F46E5', color: '#ffffff', fontWeight: '600', borderRadius: '0.25rem'}}>Pro server only</span><br />
7476
:::tip
7577
You can use **amx_pbmenu** to control bots. You only need to be an admin on your CS1.6 server for this to be possible.
7678

0 commit comments

Comments
 (0)