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 16, 2024
1 parent 401e58d commit 713fab4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ https://www.youtube.com/watch?v=AkaBeFJcTv8
`addons/counterstrikesharp/configs/plugins/AntiRush/AntiRush.json`
```json
{
"Version": 4,
"Version": 5,
"Messages": "simple", // "simple", "detailed", "off"
"DrawZones": false, // Draw zones
"Warmup": false, // Do zones in warmup
"DisableOnBombPlant": true, // Disable rush zones when bomb is planted
"RestartOnLoad": true, // Use mp_restartgame 1 when loading / reloading
"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": 4
"NoRushTime": 0, // How many seconds after round start should rush zones disable (Defined below in RushZones)
"NoCampTime": 0, // How many seconds after round start should camp zones enable (Defined below in CampZones)
"RushZones": [ 0, 2, 3 ],
"CampZones": [ 1 ], // 0 - Bounce, 1 - Hurt, 2 - Kill, 3 - Teleport
"Countdown": [ 60, 30, 15, 10, 5, 3, 2, 1 ],
"ConfigVersion": 5
}
```

0 comments on commit 713fab4

Please sign in to comment.