This commit is contained in:
ineed bots 2024-05-09 17:01:21 -06:00
parent 7766d8b888
commit 9e19374125

View File

@ -376,6 +376,13 @@ watchPickupGun()
continue;
}
// todo have bots use vehicles properly
if ( self isinvehicle() )
{
self thread use( 0.5 );
continue;
}
weap = self getcurrentweapon();
if ( weap != "none" && self getammocount( weap ) )