mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
Bots crouch with riot
This commit is contained in:
@ -120,6 +120,14 @@ 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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user