camp and follow

This commit is contained in:
ineed bots
2026-08-25 15:10:52 -06:00
parent 94bf78b364
commit f1a24027d8
3 changed files with 319 additions and 4 deletions
+2 -2
View File
@@ -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;
}