Skip to content

Commit

Permalink
Changed description about mp_afk_bomb_drop_time
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Jun 8, 2019
1 parent 823eb10 commit 01e6889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Archive's bin directory contains 2 subdirectories, 'bugfixed' and 'pure'
| 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) |
| 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) |
| 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) |
| 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 |
| 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 |

## How to install zBot for CS 1.6?
* Extract all the files from an [archive](regamedll/extra/zBot/bot_profiles.zip?raw=true)
Expand Down
2 changes: 1 addition & 1 deletion dist/game.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ ff_damage_reduction_other "0.35"
// Player that have never moved sience they last move
// will drop the bomb after this amount of time. (in seconds).
// 0 - disabled
// >0.00001 - delay to drop
// >5.0 - delay to drop
//
// Default value: "0"
mp_afk_bomb_drop_time "0"
Expand Down

0 comments on commit 01e6889

Please sign in to comment.