mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2026-06-25 10:28:08 +00:00
turret watcher
This commit is contained in:
@@ -466,7 +466,7 @@ getRemoteBoostTime()
|
||||
|
||||
case 7:
|
||||
return 500;
|
||||
|
||||
|
||||
default:
|
||||
return 500;
|
||||
}
|
||||
@@ -683,6 +683,13 @@ watchPickupGun()
|
||||
continue;
|
||||
}
|
||||
|
||||
// todo have bots use turrets instead of just kicking them off of it
|
||||
if ( isdefined( self.turret ) )
|
||||
{
|
||||
self thread use( 0.5 );
|
||||
continue;
|
||||
}
|
||||
|
||||
weap = self getcurrentweapon();
|
||||
|
||||
if ( weap != "none" && self getammocount( weap ) )
|
||||
|
||||
Reference in New Issue
Block a user