mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-21 21:45:43 +00:00
oops lmao
This commit is contained in:
parent
0ee3d4ba8a
commit
1a51f68cbc
@ -71,9 +71,10 @@ onKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc,
|
||||
|
||||
if (!hidden)
|
||||
{
|
||||
wait 0.05;
|
||||
if (isDefined(eAttacker) && isDefined(eAttacker.guid) && isDefined(self.attackerData[eAttacker.guid]) && isDefined(self.attackerData[eAttacker.guid].firstTimeDamaged))
|
||||
self.attackerData[eAttacker.guid].firstTimeDamaged += 0.05;
|
||||
self.attackerData[eAttacker.guid].firstTimeDamaged += 50;
|
||||
|
||||
wait 0.05
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user