mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 06:31:49 +00:00
aa
This commit is contained in:
@ -2587,7 +2587,7 @@ jump()
|
||||
|
||||
for (i = 0; i < 6; i++)
|
||||
{
|
||||
self SetOrigin(PhysicsTrace(self.origin, self.origin + (0, 0, -5), false, self));
|
||||
self SetOrigin(PhysicsTrace(self.origin + (0, 0, 5), self.origin + (0, 0, -5), false, self));
|
||||
wait 0.05;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user