mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-09-01 10:37:25 +00:00
turret
This commit is contained in:
@@ -843,6 +843,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