Add reload canceling

This commit is contained in:
INeedBots
2021-03-18 16:34:19 -06:00
parent c00dbd64bf
commit dbe50d85e2
3 changed files with 281 additions and 217 deletions

View File

@ -1343,7 +1343,7 @@ aim()
if (trace_time > reaction_time)
{
if((!canADS || adsAmount >= 1.0 || self InLastStand() || self GetStance() == "prone") && (conedot > 0.95 || dist < level.bots_maxKnifeDistance) && getDvarInt("bots_play_fire"))
if((!canADS || adsAmount >= 1.0 || self InLastStand() || self GetStance() == "prone") && (conedot > 0.99 || dist < level.bots_maxKnifeDistance) && getDvarInt("bots_play_fire"))
self botFire(curweap);
if (isplay)