mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-05-15 08:24:49 +00:00
Compare commits
No commits in common. "ee26e6b33f8463a4d54a03cf0a927b9c13bee9df" and "82c0c1152d99e73af39d271e07f4fa2ea8405054" have entirely different histories.
ee26e6b33f
...
82c0c1152d
@ -87,7 +87,7 @@ This mod extends the functionality and features of Combat Training in Black Ops
|
||||
| bots_play_aim | If the bots can aim. | 1 |
|
||||
|
||||
## Changelog
|
||||
- v1.2.0 (not released yet)
|
||||
- v1.2.0
|
||||
- Bots can now melee lunge
|
||||
- Bots can now jumpshot and dropshot
|
||||
- Fix some script runtime errors
|
||||
|
@ -1260,12 +1260,6 @@ bot_killstreak_think_loop()
|
||||
return;
|
||||
}
|
||||
|
||||
if ( maps\mp\gametypes\_hardpoints::iskillstreakweapon( curWeap ) && curWeap != "m220_tow_mp" && curWeap != "m202_flash_mp" && curWeap != "minigun_mp" )
|
||||
{
|
||||
self thread changeToWeapon( self.lastnonkillstreakweapon );
|
||||
return;
|
||||
}
|
||||
|
||||
weapon = self maps\mp\gametypes\_hardpoints::gettopkillstreak();
|
||||
|
||||
if ( !isdefined( weapon ) || weapon == "none" )
|
||||
|
@ -887,11 +887,11 @@ addBots_loop()
|
||||
if ( fillMode == 0 || fillMode == 2 )
|
||||
{
|
||||
amount += players;
|
||||
}
|
||||
|
||||
if ( getdvarint( "bots_manage_fill_spec" ) )
|
||||
{
|
||||
amount += spec;
|
||||
}
|
||||
if ( getdvarint( "bots_manage_fill_spec" ) )
|
||||
{
|
||||
amount += spec;
|
||||
}
|
||||
|
||||
if ( amount < fillAmount )
|
||||
|
Loading…
x
Reference in New Issue
Block a user