You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
## This repository is just a tweak of https://github.com/Source2ZE/CS2Fixes/
4
-
Removing "unnecessary" features from the original addon, to have the minimum to just run the commands.
3
+
## IMPORTANT
4
+
This repository is based on https://github.com/Source2ZE/CS2Fixes/
5
+
Removing "unnecessary" features from the original addon.
6
+
Thanks for the work!
5
7
6
-
## DISCLAIMER: *not* responsible for any issues or breakages caused by the plugin.
8
+
```
9
+
DISCLAIMER: *not* responsible for any issues or breakages caused by the plugin.
10
+
```
7
11
8
-
# Competitive Practice & Scrim for CS2
12
+
# Addon information
9
13
This plugin adds the minimum requirements for competitive teams that need a more handy way of managing a few commands from the server side, like config management or replay recording.
10
14
11
15
## Available Commands
@@ -18,27 +22,37 @@ This plugin adds the minimum requirements for competitive teams that need a more
18
22
* Scrim commands
19
23
`.pause`: pauses the match
20
24
`.unpause`: request the unpause
25
+
* Coach
26
+
`.coach`: switch to coach
27
+
`.uncoach`: return as a player
21
28
* Admin only
22
29
`.record`: start the demo recording
23
30
`.stoprecord`: finish the recording and save it under `gotv/<date>.dem`
24
31
`.restore <round>`: load the desired round's backup
25
32
`.forceunpause`: force the unpause
26
33
34
+
* Practice commands
35
+
`.spawn`: move to the desired competitive spawn i.e `.spawn 2`
0 commit comments