Removed unused var
This commit is contained in:
@@ -36,8 +36,6 @@ mp.events.add('render', (nametags) => {
|
||||
let y2 = y + 0.042;
|
||||
|
||||
if (armour > 0) {
|
||||
let x2 = x - width / 2 - border / 2;
|
||||
|
||||
graphics.drawRect(x, y2, width + border * 2, 0.0085, 0, 0, 0, 200);
|
||||
graphics.drawRect(x, y2, width, height, 150, 150, 150, 255);
|
||||
graphics.drawRect(x - width / 2 * (1 - health), y2, width * health, height, 255, 255, 255, 200);
|
||||
|
||||
Reference in New Issue
Block a user