1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-09-01 10:37:25 +00:00
This commit is contained in:
ineed bots
2024-05-09 14:18:13 -06:00
parent d2ddce2169
commit 0300692cdd
2 changed files with 45 additions and 0 deletions

View File

@@ -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 ) )