Also ich sehe da schon ein Fehler u.a
}; zu viel.
Also ich sehe da schon ein Fehler u.a
}; zu viel.
er sagt ja das der fehler in line 9 wäre aber ich versteh nicht wo genau äm kannst du mir des vill richtig machen die datei ? wär echt nett weil server geht garnix mehr
Das kannst Du doch auch selber, musst nur schauen, dass jede { auch wieder geschlossen wird mit };
ich hab genau so genommen wie es hier angegeben ist und ich versteh nicht warum des bei jedem anderen geht und bei mir nicht -.-
dann mir den keiner helfen biiiitteee
JA GENAU ABER ICH HAB DES genommen wie im tut steht und nichts verändert
und zwar genau so ?
Code Alles anzeigenclass Life_impound_menu { idd = 2800; name="life_vehicle_shop"; movingEnable = 0; enableSimulation = 1; onLoad = "ctrlShow [2330,false];"; class controlsBackground { class Life_RscTitleBackground: Life_RscText { colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", "(profilenamespace getvariable ['GUI_BCG_RGB_A',0.7])"}; idc = -1; x = 0.1; y = 0.2; w = 0.8; h = (1 / 25); }; class MainBackground Life_RscText { colorBackground[] = {0,0,0,0.7}; idc = -1; x = 0.1; y = 0.2 + (11 / 250); w = 0.8; h = 0.7 - (22 / 250); }; class Title: Life_RscTitle { idc = 2801; text = "$STR_GUI_Garage"; x = 0.1; y = 0.2; w = 0.8; h = (1 / 25); }; class VehicleTitleBox: Life_RscText { idc = -1; text = "$STR_GUI_YourVeh"; colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", "(profilenamespace getvariable ['GUI_BCG_RGB_A',0.7])"}; x = 0.11; y = 0.26; w = 0.3; h = (1 / 25); }; class VehicleInfoHeader: Life_RscText { idc = 2830; text = "$STR_GUI_VehInfo"; colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", "(profilenamespace getvariable ['GUI_BCG_RGB_A',0.7])"}; x = 0.42; y = 0.26; w = 0.46; h = (1 / 25); }; class CloseBtn: Life_RscButtonMenu { idc = -1; text = "$STR_Global_Close"; onButtonClick = "closeDialog 0;"; x = -0.06 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH)); y = 0.9 - (1 / 25); w = (6.25 / 40); h = (1 / 25); }; class RetrieveCar: Life_RscButtonMenu { idc = -1; text = "$STR_Global_Retrieve"; onButtonClick = "[] call life_fnc_unimpound;"; x = 0.1 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH)); y = 0.9 - (1 / 25); w = (6.25 / 40); h = (1 / 25); }; class SellCar: Life_RscButtonMenu { idc = -1; text = "$STR_Global_Sell"; onButtonClick = "[] call life_fnc_sellGarage; closeDialog 0;"; x = 0.26 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH)); y = 0.9 - (1 / 25); w = (6.25 / 40); h = (1 / 25); }; }; class controls { class VehicleList: Life_RscListBox { idc = 2802; text = ""; sizeEx = 0.04; colorBackground[] = {0.1,0.1,0.1,0.9}; onLBSelChanged = "_this call life_fnc_garageLBChange;"; x = 0.11; y = 0.302; w = 0.303; h = 0.49; }; class vehicleInfomationList: Life_RscStructuredText { idc = 2803; text = ""; sizeEx = 0.035; x = 0.41; y = 0.3; w = 0.5; h = 0.5; }; class MainBackgroundHider: Life_RscText { colorBackground[] = {0,0,0,1}; idc = 2810; x = 0.1; y = 0.2 + (11 / 250); w = 0.8; h = 0.7 - (22 / 250); }; class MainHideText: Life_RscText { idc = 2811; text = "$STR_ANOTF_QueryGarage"; sizeEx = 0.06; x = 0.24; y = 0.5; w = 0.6; h = (1 / 15); }; }; };
Ich weiss erlich nicht wo da ein };zuviel ist
ne hab ich schon alles geprüft und wie gesagt habe es aus diesem tut rausgenommen und nix verändert und trotzdem kommt eine fehler meldung und ich versteh nicht warum des kann doch nicht sein ey -.-
doch da ist was falsch
class MainBackground Life_RscText {
ändern zu:
class MainBackground: Life_RscText {
Mal abgesehen davon:
Achso ich hab mal deine impounded.hpp mit der aus dem Tutorial überprüft. Das sind vollkommen unterschiedliche Datein.
Irgendwas ist hier nicht ganz richtig.
Wo hast du deine Daten her?
hab die von hier kannst du des dir mal anschauen bitte hast zeit kannst ts kommen ??? bitte wäre dir echt sehr dankbar
nein ich bin auf Arbeit. Und guck neben bei mal hier ins Forum.
doch da ist was falsch
class MainBackground Life_RscText {
ändern zu:
class MainBackground: Life_RscText {
Nein das kann nicht sein!
habe die jez so drin und geht immer noch nicht immer noch der gleiche fehler
class Life_impounded_menu
{
idd = 28000;
name="life_impounded_menu";
movingEnabled = 0;
enableSimulation = 1;
onLoad = "ctrlShow [23300,false];";
class controlsBackground
{
class MainBackground : Life_RscText
{
colorBackground[] = {0,0,0,0.7};
idc = -1;
x = 0.1;
y = 0.2 + (11 / 250);
w = 0.8;
h = 0.7 - (22 / 250);
};
class Title : Life_RscTitle
{
idc = 28010;
text = "$STR_GUI_ImpGarage";
x = 0.1;
y = 0.2;
w = 0.8;
h = (1 / 25);
};
class VehicleTitleBox : Life_RscText
{
idc = -1;
text = "$STR_GUI_YourImpVeh";
colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", "(profilenamespace getvariable ['GUI_BCG_RGB_A',0.7])"};
x = 0.11; y = 0.26;
w = 0.3;
h = (1 / 25);
};
class VehicleInfoHeader : Life_RscText
{
idc = 28300;
text = "$STR_GUI_VehInfo";
colorBackground[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", "(profilenamespace getvariable ['GUI_BCG_RGB_A',0.7])"};
x = 0.42; y = 0.26;
w = 0.46;
h = (1 / 25);
};
class CloseBtn : Life_RscButtonMenu
{
idc = -1;
text = "$STR_Global_Close";
onButtonClick = "closeDialog 0;";
x = -0.06 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH));
y = 0.9 - (1 / 25);
w = (6.25 / 40);
h = (1 / 25);
};
class RentCar : Life_RscButtonMenu
{
idc = -1;
text = "$STR_Global_Retrieve";
onButtonClick = "[] call life_fnc_willswieder; closeDialog 0;";
x = 0.1 + (6.25 / 40) + (1 / 250 / (safezoneW / safezoneH));
y = 0.9 - (1 / 25);
w = (6.25 / 40);
h = (1 / 25);
};
};
class controls
{
class VehicleList : Life_RscListBox
{
idc = 28020;
text = "";
sizeEx = 0.04;
colorBackground[] = {0.1,0.1,0.1,0.9};
onLBSelChanged = "_this call life_fnc_impoundLBChange;";
//Position & height
x = 0.11; y = 0.302;
w = 0.303; h = 0.49;
};
class vehicleInfomationList : Life_RscStructuredText
{
idc = 28030;
text = "";
sizeEx = 0.035;
x = 0.41; y = 0.3;
w = 0.5; h = 0.5;
};
class MainBackgroundHider : Life_RscText
{
colorBackground[] = {0,0,0,1};
idc = 28100;
x = 0.1;
y = 0.2 + (11 / 250);
w = 0.8;
h = 0.7 - (22 / 250);
};
class MainHideText : Life_RscText
{
idc = 28110;
text = "$STR_ANOTF_QueryImpGarage";
sizeEx = 0.06;
x = 0.24; y = 0.5;
w = 0.6;
h = (1 / 15);
};
};
};
Bearbeiten
Alles anzeigen
ich habe gerade mal nachgeguckt du hast die impound.hpp nicht geändert.
Also hast du gar nicht das GANZE Tutorial befolgt! Beachte das Tutorial besteht aus mehreren Beiträgen hintereinander!
und setzt bitte die Datei-Auszüge in Spoiler oder als CODE!
jo sry mach ich nächstes mal und ich hab alles genau so gemacht wie beschrieben ist -.-
nein hast du nicht!
sonst wäre die impound.hpp geändert worden.
Also nochmal:
Bitte überprüfe ob du ALLES gemacht hast.
Wenn du alles so gemacht hast wie es im Tutorial beschrieben ist, dann starte einmal den Server und connecte drauf und probier es aus!
Wenn ein Problem auftritt, dann brauchen wir um den Fehler zu analysieren die arma3serverxxxxxxx.rpt als Datei!
also habe jetz das ganze tut neu gemacht und es kommt immer noch der gleiche fehler hier die rpt
dann lade mal bitte die AKTUELLE dialog\impounded.hpp hier hoch
mmmhhhhh... die Datei ist in Ordnung
ich geb es erstmal auf! sry ich weiss da momentan nicht weiter.
ja leider kann mir niemand helfen aber trotzdem danke für deine zeit
Guck mal in deine common.hpp
ob dort Life_RscText vorhanden ist wenn nicht trag das da bitte mal ein
class Life_RscText {
x = 0;
y = 0;
h = 0.037;
w = 0.3;
type = 0;
style = 0;
shadow = 1;
colorShadow[] = {0, 0, 0, 0.5};
font = "PuristaMedium";
SizeEx = "(((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
text = "";
colorText[] = {1, 1, 1, 1.0};
colorBackground[] = {0, 0, 0, 0};
linespacing = 1;
tooltipColorText[] = {1,1,1,1};
tooltipColorBox[] = {1,1,1,1};
tooltipColorShade[] = {0,0,0,0.65};
};
Alles anzeigen
vielen dank für deine hilfe doch leider kommt immer der selbe fehler ich bin schon am verzweifeln bekomm des net raus damit des läuft -.-