Hallo Native!
Derzeit habe ich das Problem das bei einem Dialog von mir das Bild nicht richtig angezeigt wird, also nur der Umriss siehe Bild:
Der Dialog ist wie folgt:
Code: Dialog
class GUI1000 {
idd = 1000;
name = "GUI1000";
movingenable = false;
enablesimulation = true;
class controlsBackground
{
};
class controls
{
class life_RscPicture0 : life_RscPicture
{
text = "Textures\policelogin.paa";
x = 0.0645833333333334 * safezoneW + safezoneX;
y = 0.100294985250737 * safezoneH + safezoneY;
w = 0.874479166666667 * safezoneW;
h = 0.813176007866273 * safezoneH;
colorText[] = {1,1,1,1};
idc = 1000;
};
};
};
Alles anzeigen
Textur ist eine paa mit der Auflösung 1080x720 und ist im Verzeichnis hinterlegt
Weiß jemand woran es liegt?
Vielen Dank im voraus!