mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-09-02 01:37:26 +00:00
Fix bots aiming and stuff with pred
This commit is contained in:
@@ -3938,6 +3938,8 @@ bot_killstreak_think()
|
|||||||
self thread changeToWeapon(curWeap);
|
self thread changeToWeapon(curWeap);
|
||||||
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" );
|
||||||
@@ -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")
|
||||||
|
Reference in New Issue
Block a user