Hallo Freunde,
Ich bekomme diese Fehler meldung finde aber leider den fehler nicht
class teibstoff {
variable = "treibstoff";
displayName = "STR_Item_treibstoff";
weight = 5;
buyPrice = -1;
sellPrice = 0;
illegal = true;
edible = -1;
icon = "icons\icon_treibstoff.jpg";
};
class teibstoff_abgefüllt {
variable = "treibstoffAbgefüllt";
displayName = "STR_Item_treibstoffA";
weight = 3;
buyPrice = -1;
sellPrice = 2500;
illegal = true;
edible = -1;
icon = "icons\icon_treibstoffAbgefüllt.jpg";
};
könnt ihr mir helfen? ich weiß nicht weiter....