Hey NN,
ich versuche aktuell ein bild in einem HUD als hintergrund anzeigen zu lassen.
Code
class picture: Life_RscPicture
{
idc = 1127;
text = "textures\inv.png";
x = 0.096996 * safezoneW + safezoneX;
y = -0.02598 * safezoneH + safezoneY;
w = 0.804427 * safezoneW;
h = 1.357407 * safezoneH;
ColorBackground[] = {0.666666,0.274509,0.196078,1};
};
Mein problem ist nun das dass Bild im hintergrund nicht angezeigt wird.