mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-09-02 17:57:26 +00:00
s
This commit is contained in:
@@ -3453,6 +3453,7 @@ bot_killstreak_think()
|
|||||||
|
|
||||||
self setUsingRemote( "remotemissile" );
|
self setUsingRemote( "remotemissile" );
|
||||||
self thread clear_remote_on_death();
|
self thread clear_remote_on_death();
|
||||||
|
self BotStopMoving(true);
|
||||||
|
|
||||||
self BotChangeToWeapon(ksWeap);
|
self BotChangeToWeapon(ksWeap);
|
||||||
if (!self changeToWeapon(ksWeap))
|
if (!self changeToWeapon(ksWeap))
|
||||||
@@ -3460,11 +3461,13 @@ bot_killstreak_think()
|
|||||||
self ClearUsingRemote();
|
self ClearUsingRemote();
|
||||||
self notify("bot_clear_remote_on_death");
|
self notify("bot_clear_remote_on_death");
|
||||||
self thread changeToWeapon(curWeap);
|
self thread changeToWeapon(curWeap);
|
||||||
|
self BotStopMoving(false);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
wait 1;
|
wait 1;
|
||||||
self notify("bot_clear_remote_on_death");
|
self notify("bot_clear_remote_on_death");
|
||||||
|
self BotStopMoving(false);
|
||||||
|
|
||||||
if (self isEMPed())
|
if (self isEMPed())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user