mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
a
This commit is contained in:
parent
0c225ca9ac
commit
50a01b0f46
@ -2329,7 +2329,7 @@ knife(ent, knifeDist)
|
|||||||
botAnimTime = 0;
|
botAnimTime = 0;
|
||||||
lastWeap = self GetCurrentWeapon();
|
lastWeap = self GetCurrentWeapon();
|
||||||
|
|
||||||
hasC4 = self HasWeapon("c4_mp");
|
hasC4 = self HasWeapon("c4_mp"); // mw2 will give you the c4 despite having another offhand primary
|
||||||
|
|
||||||
if (!usedRiot)
|
if (!usedRiot)
|
||||||
{
|
{
|
||||||
@ -2587,7 +2587,7 @@ jump()
|
|||||||
|
|
||||||
for (i = 0; i < 6; i++)
|
for (i = 0; i < 6; i++)
|
||||||
{
|
{
|
||||||
self SetOrigin(PlayerPhysicsTrace(self.origin + (0, 0, 5), self.origin + (0, 0, -5), false, self));
|
self SetOrigin(PhysicsTrace(self.origin, self.origin + (0, 0, -5), false, self));
|
||||||
wait 0.05;
|
wait 0.05;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user