Guten Tag,
Ich habe nur eine frage warum das so nicht geht:
Code
if (life_farmboost == true) then {
class schwarzpulver_processed {
variable = "schwarzpulver_processed";
displayName = "STR_Process_Schwarzpulver";
weight = 2;
buyPrice = -1;
sellPrice = 100000;
illegal = false;
edible = -1;
icon = "icons\sv.paa";
};
} else if (life_farmboost == false) then {
class schwarzpulver_processed {
variable = "schwarzpulver_processed";
displayName = "STR_Process_Schwarzpulver";
weight = 2;
buyPrice = -1;
sellPrice = 6000;
illegal = false;
edible = -1;
icon = "icons\sv.paa";
};
};
Alles anzeigen