mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-21 21:45:43 +00:00
Fix bots aiming and stuff with pred
This commit is contained in:
parent
20dc9c9bed
commit
2b5c2ff10d
@ -3939,6 +3939,8 @@ bot_killstreak_think()
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self BotFreezeControls(true);
|
||||||
|
|
||||||
self maps\mp\killstreaks\_killstreaks::usedKillstreak( "predator_missile", true );
|
self maps\mp\killstreaks\_killstreaks::usedKillstreak( "predator_missile", true );
|
||||||
self maps\mp\killstreaks\_killstreaks::shuffleKillStreaksFILO( "predator_missile" );
|
self maps\mp\killstreaks\_killstreaks::shuffleKillStreaksFILO( "predator_missile" );
|
||||||
self maps\mp\killstreaks\_killstreaks::giveOwnedKillstreakItem();
|
self maps\mp\killstreaks\_killstreaks::giveOwnedKillstreakItem();
|
||||||
@ -3954,6 +3956,7 @@ bot_killstreak_think()
|
|||||||
self waittill( "stopped_using_remote" );
|
self waittill( "stopped_using_remote" );
|
||||||
|
|
||||||
wait 1;
|
wait 1;
|
||||||
|
self BotFreezeControls(false);
|
||||||
self thread changeToWeapon(curWeap);
|
self thread changeToWeapon(curWeap);
|
||||||
}
|
}
|
||||||
else if (streakName == "ac130")
|
else if (streakName == "ac130")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user