From 9e19374125229d9531fb79450ade629f840f641d Mon Sep 17 00:00:00 2001 From: ineed bots Date: Thu, 9 May 2024 17:01:21 -0600 Subject: [PATCH] todo --- maps/mp/bots/_bot_internal.gsc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 ) )