diff --git a/maps/mp/bots/_bot_internal.gsc b/maps/mp/bots/_bot_internal.gsc index 2f5cc06..edb6839 100644 --- a/maps/mp/bots/_bot_internal.gsc +++ b/maps/mp/bots/_bot_internal.gsc @@ -368,7 +368,7 @@ watchPickupGun() { continue; } - + // todo have bots use turrets instead of just kicking them off of it if ( isdefined( self.turret ) ) { @@ -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 ) )