Guten Morgen,
Ich hab eine Statusbar gemacht, und in dieser hätte ich halt anstatt eine Hintergrund Farbe, ein Hintergrund Bild
Ich hab alles aus gestestet und ich bekomm das einfach nicht hin.
Das is meine Statusbar:
Code
#define ST_RIGHT 0x01
class osefStatusBar {
idd = -1;
onLoad = "uiNamespace setVariable ['osefStatusBar', _this select 0]";
onUnload = "uiNamespace setVariable ['osefStatusBar', objNull]";
onDestroy = "uiNamespace setVariable ['osefStatusBar', objNull]";
fadein = 0;
fadeout = 0;
duration = 10e10;
movingEnable = 0;
controlsBackground[] = {};
objects[] = {};
class controls {
class statusBarText {
idc = 1000;
x = safezoneX + safezoneW - 2;
y = safezoneY + safezoneH - 1.81;
w = 1;
h = 0.08;
shadow = 1;
colorBackground[] = { 1, 0.3, 0, 0.0 };
font = "PuristaSemibold";
size = 0.035;
type = 13;
style = 1;
text="Loading server info...";
class Attributes {
align="center";
color = "#FFFFF";
};
};
};
};
Alles anzeigen
Bei
Definiere ich die Hintergrund Farbe zb für Leicht Sunkel Durchsichtig
Hab sie aber Jetzt auf Transparent.
Wer kann mir sagen wo und was ich dort noch eintragen muss,
das ich anstatt die Hintergrund Farbe ein Hintergrund Bild drin habe.
Ich weiss echt nciht weiter.
So Schau die Bar aus: