Skip to content

Commit

Permalink
[CS2] Rewords few stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mrc4tt committed Sep 8, 2024
1 parent 6865500 commit 19048f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/cs2/plugins/cs2-plugins-ingamecommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ You don't need to use `/` to execute an in-game command. You can already use `!`
| InGame Commands | Description |
| ------------ | ----------- |
| /help | Printing available in-game commands as chat |
| /rcon | Control RCON, from say/say_team |
| /comp | Switching to Competitive Gamemode (MatchZy is auto-activated) |
| /casual | Switching to Casual Gamemode |
| /wingman | Switching to Wingman Gamemode |
Expand Down
1 change: 1 addition & 0 deletions docs/cs2/pluginslist.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Below you will be able to see which plugins are available/unavailable on our fre
| CS2-Deathmatch | ✘ No | ✅ Yes |
| CS2MapChange (!map de_mapname) | ✅ Yes | ✅ Yes |
| CS2Workmap (!wsmap fileID) | ✘ No | ✅ Yes |
| CS2Rcon (!rcon) | ✘ No | ✅ Yes |
| CustomAdmins (AddAdmin/DelAdmin) | ✘ No | ✅ Yes |
| In-Game Commands | ✘ No | ✅ Yes |
| GunGame | ✘ No | ✅ Yes |
Expand Down
5 changes: 2 additions & 3 deletions docs/cs2/rcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ List all maps.
<br /> `rcon maps *`

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


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

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.
<br /> `fake_rcon host_workshop_map fileID`
<br /> `!rcon host_workshop_map fileID` - You need to be an admin for it to work on the Pro server.

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

0 comments on commit 19048f6

Please sign in to comment.