Skip to content

Commit caf1b47

Browse files
committed
Changed description about mp_afk_bomb_drop_time
1 parent 823eb10 commit caf1b47

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Archive's bin directory contains 2 subdirectories, 'bugfixed' and 'pure'
5959
| ff_damage_reduction_grenade | 0.25 | 0.0 | 1.0 | How much to reduce damage done to teammates by a thrown grenade.<br/> Range is from `0` - `1` (with 1 being damage equal to what is done to an enemy) |
6060
| ff_damage_reduction_grenade_self | 1.0 | 0.0 | 1.0 | How much to damage a player does to himself with his own grenade.<br/> Range is from `0` - `1` (with 1 being damage equal to what is done to an enemy) |
6161
| ff_damage_reduction_other | 0.35 | 0.0 | 1.0 | How much to reduce damage done to teammates by things other than bullets and grenades.<br/> Range is from `0` - `1` (with 1 being damage equal to what is done to an enemy) |
62-
| mp_afk_bomb_drop_time | 1 | 0 | `999999` | Player that have never moved sience they last move will drop the bomb after this amount of time. (in seconds).<br/>`0` disabled<br/>`>0.00001` delay to drop |
62+
| mp_afk_bomb_drop_time | 0 | 5.0 | - | Player that have never moved sience they last move will drop the bomb after this amount of time. (in seconds).<br/>`0` disabled<br/>`>0.00001` delay to drop |
6363

6464
## How to install zBot for CS 1.6?
6565
* Extract all the files from an [archive](regamedll/extra/zBot/bot_profiles.zip?raw=true)

dist/game.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ ff_damage_reduction_other "0.35"
257257
// Player that have never moved sience they last move
258258
// will drop the bomb after this amount of time. (in seconds).
259259
// 0 - disabled
260-
// >0.00001 - delay to drop
260+
// >5.0 - delay to drop
261261
//
262262
// Default value: "0"
263263
mp_afk_bomb_drop_time "0"

0 commit comments

Comments
 (0)