This commit is contained in:
ineed bots
2024-05-09 14:43:52 -06:00
parent a1a28aec3a
commit 6cee88c74e
3 changed files with 94 additions and 0 deletions

View File

@@ -328,6 +328,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 ) )