Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit 80130b7

Browse files
authored
Merge pull request #19 from marqdevx/update-readme
Update readme
2 parents ef9ac66 + 6b823f9 commit 80130b7

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CFGs/scrim.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ mp_match_can_clinch 0
66
mp_freezetime 20
77
mp_restartgame 1
88

9+
cash_team_bonus_shorthanded 0
10+
911
say mr24 loaded

CFGs/unpracc.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ exec gamemode_competitive
1717

1818
ammo_grenade_limit_default 1
1919
ammo_grenade_limit_total 4
20-
mp_spectators_max 2

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ This plugin adds the minimum requirements for competitive teams that need a more
3434
* Practice commands
3535
`.spawn`: move to the desired competitive spawn i.e `.spawn 2`
3636

37+
* Leveraged from [CS2Fixes](https://github.com/Source2ZE/CS2Fixes/)
38+
`c_reload_admins`: console command to reload admins.cfg
39+
`.ban <player> <duration/0 (permanent)>`: ban a player
40+
`.unban <player>`: remove ban of player
41+
`.kick <player>`: kick a player out of the server
42+
`.gag <player> <duration>`: forbids chat to player
43+
`.ungag <player>`: allow back a player that was gagged to chat
44+
`.slay <player>`: kills a player
45+
`.noclip`: toggles noclip to current player (practice mode)
46+
3747
## Roadmap
3848
- Scrim
3949
- [X] Pauses
@@ -42,6 +52,7 @@ This plugin adds the minimum requirements for competitive teams that need a more
4252
- [X] gotv .record
4353
- [X] include date and time
4454
- [ ] include map name
55+
- [ ] Damage print on round-end
4556
- Practice
4657
- Maps
4758
- [X] Map
@@ -50,9 +61,19 @@ This plugin adds the minimum requirements for competitive teams that need a more
5061
- Utility
5162
- [ ] Remove smokes
5263
- [ ] Rethrow
64+
- [ ] Throw information (air-time, bounces...)
65+
- [ ] Save throws and lineups
5366
- Misc
5467
- [ ] Move to spec
55-
- [ ] Noclip
68+
- [X] Noclip
69+
- [ ] No flash effect
70+
- [ ] Create a "menu" workaround, using shoot and reload feedback for example, to confirm or cancel
71+
- BOTs management
72+
- [ ] Place
73+
- [ ] Boost
74+
- [ ] Util and damage feedback
75+
76+
> I'll try to documentate everything as better as possible, feel free to leave suggestions!
5677
5778
## Compilation
5879

0 commit comments

Comments
 (0)