Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-wos authored Jul 3, 2024
1 parent 8c611cc commit 5ceed74
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# Anti-Rush
CS2 - Anti-Rush
`addons/counterstrikesharp/configs/plugins/AntiRush/AntiRush.json`

```json
{
"Version": 3,
"Messages": "simple", // "simple", "detailed", "off"
"DrawZones": false, // Draw zones
"Warmup": false, // Do zones in warmup
"NoRushTime": 0, // How many seconds after round start should rush zones disable (Bounce / Teleport)
"NoCampTime": 0, // How many seconds after round start should camp zones enable (Hurt)
"ConfigVersion": 3
}
```

0 comments on commit 5ceed74

Please sign in to comment.