Revert "Remove infobox green background"
This reverts commit de85609f44.
This commit is contained in:
@@ -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],
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user