mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
remove
This commit is contained in:
parent
7664f491de
commit
d8dbd975db
@ -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 ) )
|
||||
{
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user