Fix Medic 6

This commit is contained in:
VegaZ
2021-04-04 16:14:20 +02:00
parent 604ec36911
commit 1883773d72

View File

@@ -535,7 +535,7 @@ export default function factionInteraction(globalData: IGlobalData) {
} }
if (deadRespawned == false) { if (deadRespawned == false) {
mp.game.graphics.drawText(timeLeft.toString() + "s ", [0.5, 0.88], { mp.game.graphics.drawText(timeLeft + "s ", [0.5, 0.88], {
font: 7, font: 7,
color: [60, 179, 113, 255], color: [60, 179, 113, 255],
scale: [0.3, 0.3], scale: [0.3, 0.3],
@@ -544,7 +544,7 @@ export default function factionInteraction(globalData: IGlobalData) {
}); });
} else { } else {
{ {
mp.game.graphics.drawText(timeLeft.toString() + "s", [0.5, 0.88], { mp.game.graphics.drawText(timeLeft + "s", [0.5, 0.88], {
font: 7, font: 7,
color: [255, 203, 145, 255], color: [255, 203, 145, 255],
scale: [0.3, 0.3], scale: [0.3, 0.3],