mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2026-09-23 13:37:05 +00:00
camp and follow
This commit is contained in:
@@ -1326,7 +1326,7 @@ aim_loop()
|
||||
|
||||
if ( self.bot.is_cur_sniper )
|
||||
{
|
||||
if ( self.pers[ "bots" ][ "behavior" ][ "quickscope" ] && self.bot.last_fire_time != -1 && gettime() - self.bot.last_fire_time < 1000 )
|
||||
if ( self.pers[ "bots" ][ "behavior" ][ "quickscope" ] && self.bot.last_fire_time != -1 && gettime() - self.bot.last_fire_time < 1250 )
|
||||
{
|
||||
stopAdsOverride = true;
|
||||
}
|
||||
@@ -1389,7 +1389,7 @@ aim_loop()
|
||||
|
||||
if ( self.bot.is_cur_sniper )
|
||||
{
|
||||
if ( self.pers[ "bots" ][ "behavior" ][ "quickscope" ] && self.bot.last_fire_time != -1 && gettime() - self.bot.last_fire_time < 1000 )
|
||||
if ( self.pers[ "bots" ][ "behavior" ][ "quickscope" ] && self.bot.last_fire_time != -1 && gettime() - self.bot.last_fire_time < 1250 )
|
||||
{
|
||||
stopAdsOverride = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user