Revert "Remove infobox green background"

This reverts commit de85609f44.
This commit is contained in:
hydrant
2019-08-02 19:20:06 +02:00
parent 5b5e78a34f
commit c3a71ae2b7

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],
{ {