mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 06:15:43 +00:00
better
This commit is contained in:
parent
3e406c5492
commit
339c6ed864
@ -58,7 +58,9 @@ drawHP()
|
||||
{
|
||||
//self.drawHP setText("HP: "+self.health+" KS: "+self.pers["cur_kill_streak"]);
|
||||
self.drawHP setValue(self.health);
|
||||
self.drawSpeed setValue(length(self getVelocity()));
|
||||
|
||||
vel = self getVelocity();
|
||||
self.drawSpeed setValue(int(length((vel[0], vel[1], 0))));
|
||||
wait 0.05;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user