Skip to content

Commit 19048f6

Browse files
committed
[CS2] Rewords few stuff
1 parent 6865500 commit 19048f6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/cs2/plugins/cs2-plugins-ingamecommands.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You don't need to use `/` to execute an in-game command. You can already use `!`
1515
| InGame Commands | Description |
1616
| ------------ | ----------- |
1717
| /help | Printing available in-game commands as chat |
18+
| /rcon | Control RCON, from say/say_team |
1819
| /comp | Switching to Competitive Gamemode (MatchZy is auto-activated) |
1920
| /casual | Switching to Casual Gamemode |
2021
| /wingman | Switching to Wingman Gamemode |

docs/cs2/pluginslist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Below you will be able to see which plugins are available/unavailable on our fre
1515
| CS2-Deathmatch | ✘ No | ✅ Yes |
1616
| CS2MapChange (!map de_mapname) | ✅ Yes | ✅ Yes |
1717
| CS2Workmap (!wsmap fileID) | ✘ No | ✅ Yes |
18+
| CS2Rcon (!rcon) | ✘ No | ✅ Yes |
1819
| CustomAdmins (AddAdmin/DelAdmin) | ✘ No | ✅ Yes |
1920
| In-Game Commands | ✘ No | ✅ Yes |
2021
| GunGame | ✘ No | ✅ Yes |

docs/cs2/rcon.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ List all maps.
2626
<br /> `rcon maps *`
2727

2828
You can change the current map to any stock one.
29-
<br />**In-game console**: `fake_rcon changelevel mapnamehere`
30-
<br />**Say/Say_team**: `!map mapnamehere` - Example: `!map dust2`
29+
<br />**In-Game: Say/Say_team** `!map mapnamehere` - Example: `!map dust2`
3130

3231

3332
<span style={{paddingLeft: '0.25rem', paddingRight: '0.25rem', paddingTop: '1px', paddingBottom: '1px', backgroundColor: '#4F46E5', color: '#ffffff', fontWeight: '600', borderRadius: '0.25rem'}}>Pro only</span>
3433

3534
You can also use maps from the [Steam Workshop](https://steamcommunity.com/workshop/browse/?appid=730). Enter the file ID (in URL after id=) after the command.
36-
<br /> `fake_rcon host_workshop_map fileID`
35+
<br /> `!rcon host_workshop_map fileID` - You need to be an admin for it to work on the Pro server.
3736

3837
To restart the game after X amount of seconds.
3938
<br /> `fake_rcon mp_restartgame seconds`

0 commit comments

Comments
 (0)