This commit is contained in:
ineed bots 2022-04-03 18:23:04 -06:00
parent 7664f491de
commit d8dbd975db
2 changed files with 0 additions and 9 deletions

View File

@ -2854,7 +2854,6 @@ bot_watch_riot_weapons_loop()
threat = self GetThreat();
dist = DistanceSquared( threat.origin, self.origin );
curWeap = self GetCurrentWeapon();
self BotCrouch();
if ( randomInt( 2 ) )
{

View File

@ -120,14 +120,6 @@ BotPressAttack( time )
self maps\mp\bots\_bot_internal::pressFire( time );
}
/*
Bots will crouch
*/
BotCrouch()
{
self maps\mp\bots\_bot_internal::crouch();
}
/*
Returns a random number thats different everytime it changes target
*/