1
0
mirror of https://github.com/ineedbots/iw5_bot_warfare.git synced 2025-06-28 23:21:51 +00:00

Bots play tdef and crouch with riot

This commit is contained in:
ineed bots
2022-04-03 14:32:06 -06:00
parent da1deb6550
commit 1cfea049f1
3 changed files with 103 additions and 18 deletions

View File

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