add repair at tuningmenu and fix Medic anzeige wenn tot im Fahrzeug

This commit is contained in:
Michael
2020-06-16 21:18:15 +02:00
parent a28d2d4060
commit b2f75801cf
2 changed files with 16 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ export default function deathScreen() {
var alpha = fade + Math.floor(currentDate.getTime() / 1000 - deathDate.getTime() / 1000);
if (deathSeconds >= 0) {
mp.game.graphics.set2dLayer(2);
mp.game.graphics.drawSprite("Mptattoos", "clearout", 0.625, 0.52, 0.1, 0.1, 0, 255, 255, 255, 236);
mp.game.graphics.drawSprite("Mptattoos", "clearout", 0.625, 0.5, 0.1, 0.1, 0, 255, 255, 255, 236);
mp.game.graphics.drawText("Respawn in: ~y~" + deathSeconds, [0.5, 0.5],
{
font: 7,
@@ -89,7 +89,7 @@ export default function deathScreen() {
outline: true,
centre: false
});
mp.game.graphics.drawText(medicString, [0.5, 0.975],
mp.game.graphics.drawText(medicString, [0.5, 0.945],
{
font: 4,
color: [255, 255, 255, 255],