diff --git a/docs/cs2/plugins/cs2-plugins-ingamecommands.md b/docs/cs2/plugins/cs2-plugins-ingamecommands.md index 7a99ba8..bb05c02 100644 --- a/docs/cs2/plugins/cs2-plugins-ingamecommands.md +++ b/docs/cs2/plugins/cs2-plugins-ingamecommands.md @@ -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 | diff --git a/docs/cs2/pluginslist.md b/docs/cs2/pluginslist.md index d1ba49c..3962091 100644 --- a/docs/cs2/pluginslist.md +++ b/docs/cs2/pluginslist.md @@ -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 | diff --git a/docs/cs2/rcon.md b/docs/cs2/rcon.md index 83a445a..2a0b7aa 100644 --- a/docs/cs2/rcon.md +++ b/docs/cs2/rcon.md @@ -26,14 +26,13 @@ List all maps.
`rcon maps *` You can change the current map to any stock one. -
**In-game console**: `fake_rcon changelevel mapnamehere` -
**Say/Say_team**: `!map mapnamehere` - Example: `!map dust2` +
**In-Game: Say/Say_team** `!map mapnamehere` - Example: `!map dust2` Pro only 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. -
`fake_rcon host_workshop_map fileID` +
`!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.
`fake_rcon mp_restartgame seconds`