mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 06:31:49 +00:00
oops lol
This commit is contained in:
@ -33,14 +33,5 @@ test()
|
||||
|
||||
if (self is_bot())
|
||||
continue;
|
||||
|
||||
myOrg = self.origin;
|
||||
myOrg = (myOrg[0], myOrg[1], 0);
|
||||
myAngles = self GetPlayerAngles();
|
||||
myAngles = (0, myAngles[1], 0);
|
||||
myVelocity = self GetVelocity();
|
||||
myVelocity = (myVelocity[0], myVelocity[1], 0);
|
||||
|
||||
self sayall(GetConeDot(myOrg + myVelocity, myOrg, myAngles));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user