Skip to content

Commit 9015dbf

Browse files
committed
Update CS2 details
1 parent 4e75e2f commit 9015dbf

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

docs/cs2/becomeadmin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
slug: becomeadmin
33
id: cs2-becomeadmin
44
title: "CS2: Become as admin"
5-
description: "How can I become an admin on my CS2 Pro server from FSHOST"
5+
description: "How can I become an admin on my CS2 Pro server"
66
sidebar_label: "Become an Admin"
77
---
88

@@ -32,6 +32,6 @@ How do I become an administrator on my own CS2 Pro server for the first time? We
3232

3333
| Chat Command | Description |
3434
| ------------ | ----------- |
35-
| `/addadmin [target]` | To add a new administrator to your CS2 server, you can enter their Steam Nickname or SteamID64 |
36-
| `/removeadmin [target]` | To remove an administrator from the server, you can enter their Steam Nickname or SteamID64 |
35+
| `/addadmin [target]` | To add a new administrator to your CS2 server, you can enter their SteamID64 |
36+
| `/removeadmin [target]` | To remove an administrator from the server, you can enter their SteamID64 |
3737
| `/listadmins` | Show a list of administrators on your CS2 server along with their SteamID64 and nickname. |

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You don't need to use `/` to execute an in-game command. You can already use `!`
1414

1515
| InGame Commands | Description |
1616
| ------------ | ----------- |
17-
| /help | Printing available in-game commands as chat |
17+
| /help | Printing available commands in chat |
1818
| /rcon | Control RCON, from say/say_team |
1919
| /comp | Switching to Competitive Gamemode (MatchZy is auto-activated) |
2020
| /casual | Switching to Casual Gamemode |
@@ -23,6 +23,8 @@ You don't need to use `/` to execute an in-game command. You can already use `!`
2323
| /dmvalve | VALVe Deathmatch (Aliases: `!valvedm`) |
2424
| /retake | Retake Mode (Aliases: `!retakes`) |
2525
| /map `mapname` | Switch to the map you like to play - Example: `/map nuke` |
26+
| /maps | Printing available maps commands in chat |
27+
| /wsmap `workshop ID` | Switch to the workshop map you like to play - Example: `/wsmap 3331819777` |
2628
| /retake | Switching to Retake |
2729
| /matchzy | Switching to MatchZy (Available if you're playing OpenPrefirePrac, Retake or Deathmatch) |
2830
| /prefireon | Switching to PrefireMode - [OpenPrefirePrac Commands](https://help.fshost.me/docs/cs2/plugins/openprefireprac) |

docs/cs2/rcon.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ You can change the current map to any stock one.
3232
<br />**In-Game: Say/Say_team** `!map mapnamehere` - Example: `!map dust2`
3333

3434

35-
<span style={{paddingLeft: '0.25rem', paddingRight: '0.25rem', paddingTop: '1px', paddingBottom: '1px', backgroundColor: '#4F46E5', color: '#ffffff', fontWeight: '600', borderRadius: '0.25rem'}}>Pro only</span>
36-
37-
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.
38-
<br /> `!rcon host_workshop_map fileID` - You need to be an admin for it to work on the Pro server.
35+
<span style={{paddingLeft: '0.25rem', paddingRight: '0.25rem', paddingTop: '1px', paddingBottom: '1px', backgroundColor: '#4F46E5', color: '#ffffff', fontWeight: '600', borderRadius: '0.25rem'}}>Free server only</span>
3936

4037
To restart the game after X amount of seconds.
4138
<br /> `fake_rcon mp_restartgame seconds`
@@ -62,12 +59,12 @@ This command, if set to 1, will make you automatically bunny hop by holding down
6259

6360

6461
## Load a different config/gamemode/map
65-
<span style={{paddingLeft: '0.25rem', paddingRight: '0.25rem', paddingTop: '1px', paddingBottom: '1px', backgroundColor: '#4F46E5', color: '#ffffff', fontWeight: '600', borderRadius: '0.25rem'}}>Free only</span>
62+
<span style={{paddingLeft: '0.25rem', paddingRight: '0.25rem', paddingTop: '1px', paddingBottom: '1px', backgroundColor: '#4F46E5', color: '#ffffff', fontWeight: '600', borderRadius: '0.25rem'}}>Free server only</span>
6663
<br />Loads the predefined settings.
6764

6865
| Chat Command | Description |
6966
| ------------ | ----------- |
70-
| !esl5on5 | This is a default esl5on5 file (None pause/unpause command!) |
67+
| !esl5on5 | This is a default esl5on5 file (No Ready system!) |
7168
| !scrim | Scrim config with all rounds enabled (None pause/unpause command!) |
7269
| !dm | Deathmatch Gamemode |
7370
| !retake | Retake Gamemode |

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const sidebars = {
166166
"cs2/cs2-pluginslist",
167167
{
168168
type: "category",
169-
label: "Plugins: Pro List",
169+
label: "Plugins: Pro Commands",
170170
items: [
171171
"cs2/plugins/cs2-plugins-matchzy",
172172
"cs2/plugins/cs2-plugins-retakes",

0 commit comments

Comments
 (0)