mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-06-26 06:11:53 +00:00
small update
This commit is contained in:
@ -1260,6 +1260,12 @@ 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" )
|
||||
|
Reference in New Issue
Block a user