Fix Medic 6
This commit is contained in:
@@ -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],
|
||||||
|
|||||||
Reference in New Issue
Block a user