Egal, habs jetzt das Auto-Balance Plugin von PTB genommen ..
Jetzt gibts aber noch ein kleines Problem!
Wenn jemand von einem ins andere Team gewechselt wird, dann geht bei manchen Playern das Menü zur Modelauswahl auf ...
Hab schon einiges ausprobert, aber bei manchen (ich denke, bei Spielern dessen Rechner nicht schnell genug ist) geht trotzdem das Menü auf!
Folgendes hab ich schon ausprobiert:
Code:
execclient(Name,"jointeam 2;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;wait;slot5");
Oben genannter Code habe ich zurzeit, wo halt das obige Problem auftritt..
Adde ich noch mehr waits, gibt er mir in der Console ein Plugin Error 10 zurück ... mache ich weniger waits, geht auch bei mir das Menü auf ...
Bei folgenden Codes geht immer das Menü auf, oder er zeigt sogar nur das Menü zur Teamselection an :
Immer Model-Select-Menü:
Code:
execclient(Name,"jointeam 2;slot5");
Das ist die Standard - Einstellung des Plugins, wo auch immer das Menü aufgeht:
Code:
if (playerTeam[player] == TS) {
execclient(Name, "chooseteam; menuselect 2; menuselect 5");
}
else {
execclient(Name, "chooseteam; menuselect 1; menuselect 5");
}
execclient(Name, "wait; wait; wait; slot6, wait; wait; wait; slot6");
execclient(Name, "wait; wait; wait; slot6, wait; wait; wait; slot6");
execclient(Name, "wait; wait; wait; slot6, wait; wait; wait; slot6");
execclient(Name, "wait; wait; wait; slot6, wait; wait; wait; slot6");
execclient(Name, "wait; wait; wait; slot6, wait; wait; wait; slot6");
execclient(Name, "wait; wait; wait; slot6, wait; wait; wait; slot6");
execclient(Name, "wait; wait; wait; slot6, wait; wait; wait; slot6");
execclient(Name, "wait; wait; wait; slot6, wait; wait; wait; slot6");
execclient(Name, "wait; wait; wait; slot6, wait; wait; wait; slot6");
execclient(Name, "wait; wait; wait; slot6, wait; wait; wait; slot6");
Und hierbei geht auch immer das Menü auf:
Code:
execclient(Name, "jointeam 1; slot5");
execclient(Name, "wait; wait; wait; slot5, wait; wait; wait; slot5");
execclient(Name, "wait; wait; wait; slot5, wait; wait; wait; slot5");
execclient(Name, "wait; wait; wait; slot5, wait; wait; wait; slot5");
execclient(Name, "wait; wait; wait; slot5, wait; wait; wait; slot5");
execclient(Name, "wait; wait; wait; slot5, wait; wait; wait; slot5");
execclient(Name, "wait; wait; wait; slot5, wait; wait; wait; slot5");
execclient(Name, "wait; wait; wait; slot5, wait; wait; wait; slot5");
execclient(Name, "wait; wait; wait; slot5, wait; wait; wait; slot5");
execclient(Name, "wait; wait; wait; slot5, wait; wait; wait; slot5");
execclient(Name, "wait; wait; wait; slot5, wait; wait; wait; slot5");
Was zum Geier muss ich nun eintragen, damit das Model-Menü nicht mehr angezeigt wird, egal ob schneller Rechner oder nicht ?
Meine Idee ist, noch mehr waits beim aktuellen Code einzutragen, nur dann gibts halt ein Error-Code 10 ... ich bin verzweifelt ...
Danke schonmal!
Ciao, Kai (Belzebub)