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

Combat and movement

This commit is contained in:
ineedbots
2021-05-11 14:00:24 -06:00
parent 85f9d75b25
commit 00bddc65b6
4 changed files with 3700 additions and 1299 deletions

View File

@ -75,7 +75,7 @@ is_bot()
*/
BotChangeToWeapon(weap)
{
//self maps\mp\bots\_bot_internal::changeToWeap(weap);
self maps\mp\bots\_bot_internal::changeToWeap(weap);
}
/*
@ -83,7 +83,7 @@ BotChangeToWeapon(weap)
*/
BotPressFrag(time)
{
//self maps\mp\bots\_bot_internal::frag(time);
self maps\mp\bots\_bot_internal::frag(time);
}
/*
@ -91,7 +91,7 @@ BotPressFrag(time)
*/
BotPressSmoke(time)
{
//self maps\mp\bots\_bot_internal::smoke(time);
self maps\mp\bots\_bot_internal::smoke(time);
}
/*
@ -99,7 +99,7 @@ BotPressSmoke(time)
*/
BotPressADS(time)
{
//self maps\mp\bots\_bot_internal::pressAds(time);
self maps\mp\bots\_bot_internal::pressAds(time);
}
/*
@ -107,7 +107,7 @@ BotPressADS(time)
*/
BotPressAttack(time)
{
//self maps\mp\bots\_bot_internal::pressFire(time);
self maps\mp\bots\_bot_internal::pressFire(time);
}
/*
@ -1306,7 +1306,7 @@ RectDistanceSquared(origin)
*/
doExtraCheck()
{
//maps\mp\bots\_bot_internal::checkTheBots();
maps\mp\bots\_bot_internal::checkTheBots();
}
/*