This commit is contained in:
ineed bots 2023-12-22 21:34:26 -06:00
parent a569ec0ccc
commit 929d19f3e6

View File

@ -1953,11 +1953,12 @@ botFire( curweap )
{
self thread pressFire();
if ( self.bot.is_cur_akimbo ) self thread pressADS();
if ( self.bot.is_cur_akimbo )
{
return;
self thread pressADS();
}
return;
}
if ( self.bot.semi_time )
@ -1967,11 +1968,12 @@ botFire( curweap )
self thread pressFire();
if ( self.bot.is_cur_akimbo ) self thread pressADS();
if ( self.bot.is_cur_akimbo )
{
self thread doSemiTime();
self thread pressADS();
}
self thread doSemiTime();
}
/*