mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-07-11 13:31:48 +00:00
did it
This commit is contained in:
@ -66,8 +66,11 @@ onKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc,
|
|||||||
{
|
{
|
||||||
if (isDefined(self.bot_anim))
|
if (isDefined(self.bot_anim))
|
||||||
{
|
{
|
||||||
|
hidden = self isFakeAnimHidden();
|
||||||
self botsDeleteFakeAnim();
|
self botsDeleteFakeAnim();
|
||||||
wait 0.05;
|
|
||||||
|
if (!hidden)
|
||||||
|
wait 0.05;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user