Abend NN,
irgendwie lädt der Hintergrund meines Zmenus nicht, wisst ihr wieso??
im RPT steht nichts aber im Client
Dialog Datei:
Code
class mainmenu {
idd = 2001;
name = "mainmenu";
movingenable = 1;
enablesimulation = 1;
#include "player_sys.sqf"
class controlsBackground
{
class Life_RscTitleBackground : life_RscPicture
{
text = "textures\playermenu\zinv.paa";
idc = -1;
x = 0.02403 * safezoneW + safezoneX;
y = -0.2967 * safezoneH + safezoneY;
w = 0.998535 * safezoneW;
h = 1.487731 * safezoneH;
};
};
class controls
{
class dropdownBank: Life_RscCombo
{
idc = 1104;
text = "";
x = 0.298298 * safezoneW + safezoneX;
y = 0.424012 * safezoneH + safezoneY;
w = 0.295833 * safezoneW;
h = 0.046296 * safezoneH;
ColorBackground[] = {1,1,1,0};
ColorText[] = {1,1,1,0};
};
class moneyStatusInfo: Life_RscStructuredText
{
idc = 2015;
text = "";
x = 0.362881 * safezoneW + safezoneX;
y = 0.241604 * safezoneH + safezoneY;
w = 0.227083 * safezoneW;
h = 0.074074 * safezoneH;
ColorBackground[] = {1,1,1,0};
ColorText[] = {1,1,1,1};
};
class cash: Life_RscStructuredText
{
idc = 1106;
text = "";
x = 0.360798 * safezoneW + safezoneX;
y = 0.324937 * safezoneH + safezoneY;
w = 0.227083 * safezoneW;
h = 0.074074 * safezoneH;
ColorBackground[] = {1,1,1,0};
ColorText[] = {1,1,1,1};
};
class anzahlGeld: Life_RscStructuredText
{
idc = 1107;
text = "";
x = 0.301163 * safezoneW + safezoneX;
y = 0.493456 * safezoneH + safezoneY;
w = 0.160937 * safezoneW;
h = 0.044444 * safezoneH;
ColorBackground[] = {1,1,1,1};
ColorText[] = {1,1,1,1};
};
class Listbox_1109: Life_RscListbox
{
idc = 1109;
text = "";
x = 0.663402 * safezoneW + safezoneX;
y = 0.236975 * safezoneH + safezoneY;
w = 0.315625 * safezoneW;
h = 0.379629 * safezoneH;
ColorBackground[] = {0,0,0,0.701960};
ColorText[] = {1,1,1,1};
};
class gewicht: Life_RscStructuredText
{
idc = 1110;
text = "";
x = 0.712881 * safezoneW + safezoneX;
y = 0.613826 * safezoneH + safezoneY;
w = 0.25 * safezoneW;
h = 0.044444 * safezoneH;
ColorBackground[] = {1,1,1,0};
ColorText[] = {1,1,1,1};
};
class dropdownSpielerItems: Life_RscCombo
{
idc = 1111;
text = "";
x = 0.66809 * safezoneW + safezoneX;
y = 0.66753 * safezoneH + safezoneY;
w = 0.232291 * safezoneW;
h = 0.05 * safezoneH;
ColorBackground[] = {1,1,1,0};
ColorText[] = {1,1,1,1};
};
class buttonkeys : Life_RscPictureButton
{
idc = 1116;
text = "textures\playermenu\house-key.jpg";
tooltip = "Schluesselbund";
x = 0.051944 * safezoneW + safezoneX;
y = 0.238826 * safezoneH + safezoneY;
w = 0.059375 * safezoneW;
h = 0.064814 * safezoneH;
};
class telefon : Life_RscPictureButton
{
idc = 1117;
text = "textures\playermenu\smartphone.jpg";
x = 0.140746 * safezoneW + safezoneX;
y = 0.235586 * safezoneH + safezoneY;
w = 0.06927 * safezoneW;
h = 0.078703 * safezoneH;
};
class speichern: Life_RscPictureButton
{
idc = 1118;
text = "textures\playermenu\cloud.jpg";
x = 0.048038 * safezoneW + safezoneX;
y = 0.333734 * safezoneH + safezoneY;
w = 0.06927 * safezoneW;
h = 0.078703 * safezoneH;
ColorBackground[] = {0.662745,0.270588,0.192156,1};
ColorText[] = {0,0,0,1};
};
class hilfe: Life_RscPictureButton
{
idc = 1119;
text = "textures\playermenu\help.jpg";
x = 0.151879 * safezoneW + safezoneX;
y = 0.334891 * safezoneH + safezoneY;
w = 0.053255 * safezoneW;
h = 0.080092 * safezoneH;
ColorBackground[] = {0.662745,0.270588,0.192156,1};
ColorText[] = {0,0,0,1};
};
class Picturebox_1120: Life_RscPictureButton
{
idc = 1120;
text = "textures\playermenu\settings.jpg";
x = 0.052205 * safezoneW + safezoneX;
y = 0.43304 * safezoneH + safezoneY;
w = 0.06927 * safezoneW;
h = 0.080092 * safezoneH;
ColorBackground[] = {0.662745,0.270588,0.192156,1};
ColorText[] = {0,0,0,1};
};
class ButtonRepair: Life_RscPictureButton
{
idc = 500;
text = "textures\playermenu\tools.jpg";
x = 0.046996 * safezoneW + safezoneX;
y = 0.707114 * safezoneH + safezoneY;
w = 0.06927 * safezoneW;
h = 0.080092 * safezoneH;
ColorBackground[] = {0.662745,0.270588,0.192156,1};
ColorText[] = {0,0,0,1};
};
class Picturebox_1122: Life_RscPictureButton
{
idc = 1122;
text = "textures\playermenu\switch.jpg";
x = 0.143871 * safezoneW + safezoneX;
y = 0.697854 * safezoneH + safezoneY;
w = 0.06927 * safezoneW;
h = 0.080092 * safezoneH;
ColorBackground[] = {0.662745,0.270588,0.192156,1};
ColorText[] = {0,0,0,1};
};
class anzahlItems: Life_RscStructuredText
{
idc = 1112;
text = "";
x = 0.910277 * safezoneW + safezoneX;
y = 0.66753 * safezoneH + safezoneY;
w = 0.058854 * safezoneW;
h = 0.044444 * safezoneH;
ColorBackground[] = {1,1,1,1};
ColorText[] = {1,1,1,1};
};
class deleteBtn: Life_RscButton
{
idc = 1113;
text = "";
x = 0.666006 * safezoneW + safezoneX;
y = 0.726789 * safezoneH + safezoneY;
w = 0.11875 * safezoneW;
h = 0.051851 * safezoneH;
ColorBackground[] = {0,0,0,0.623529};
ColorText[] = {1,1,1,1};
};
class useItem: Life_RscButton
{
idc = 1114;
text = "";
x = 0.792048 * safezoneW + safezoneX;
y = 0.726789 * safezoneH + safezoneY;
w = 0.101041 * safezoneW;
h = 0.051851 * safezoneH;
ColorBackground[] = {0,0,0,0.623529};
ColorText[] = {1,1,1,1};
};
class giveItem: Life_RscButton
{
idc = 1115;
text = "";
x = 0.900381 * safezoneW + safezoneX;
y = 0.726789 * safezoneH + safezoneY;
w = 0.073958 * safezoneW;
h = 0.046296 * safezoneH;
ColorBackground[] = {0,0,0,0.623529};
ColorText[] = {1,1,1,1};
};
};
};
Alles anzeigen
Clientlog: