mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
fix knife target aimbot
This commit is contained in:
parent
469918d271
commit
04f5bc79ed
@ -1933,7 +1933,7 @@ aim_loop()
|
|||||||
|
|
||||||
conedot = getConeDot( aimpos, eyePos, angles );
|
conedot = getConeDot( aimpos, eyePos, angles );
|
||||||
|
|
||||||
if ( isdefined( self.bot.knifing_target ) )
|
if ( isdefined( self.bot.knifing_target ) && self.bot.knifing_target == target )
|
||||||
{
|
{
|
||||||
self thread bot_lookat( target gettagorigin( "j_spine4" ), 0.05 );
|
self thread bot_lookat( target gettagorigin( "j_spine4" ), 0.05 );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user