mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-26 14:11:49 +00:00
fix
This commit is contained in:
@ -1953,11 +1953,12 @@ botFire( curweap )
|
|||||||
{
|
{
|
||||||
self thread pressFire();
|
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 )
|
if ( self.bot.semi_time )
|
||||||
@ -1967,11 +1968,12 @@ botFire( curweap )
|
|||||||
|
|
||||||
self thread pressFire();
|
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user