Remove infobox green background

This commit is contained in:
hydrant
2019-07-31 18:54:07 +02:00
parent 933760d773
commit de85609f44

View File

@@ -144,9 +144,9 @@ export default function (globalData: GlobalData): void {
dateString = nDay + ". " + nMonth + " " + year; dateString = nDay + ". " + nMonth + " " + year;
timeString = nHour + ":" + nMinute + ":" + nSecond + " Uhr"; timeString = nHour + ":" + nMinute + ":" + nSecond + " Uhr";
mp.game.graphics.requestStreamedTextureDict("digitaloverlay", true); //mp.game.graphics.requestStreamedTextureDict("digitaloverlay", true);
//static //static
mp.game.graphics.drawSprite("digitaloverlay", "static1", posX, posY, width, height, 0, 0, 255, 0, 88); //mp.game.graphics.drawSprite("digitaloverlay", "static1", posX, posY, width, height, 0, 0, 255, 0, 88);
//mp.game.graphics.drawRect(posX, posY, width, height, colorR, colorG, colorB, colorA); //mp.game.graphics.drawRect(posX, posY, width, height, colorR, colorG, colorB, colorA);
mp.game.graphics.drawText(playerName + " (" + playerId + ")", [0.92, 0.351], mp.game.graphics.drawText(playerName + " (" + playerId + ")", [0.92, 0.351],
{ {