Das hab ich doch schon längst gemacht, das stimmt natürlich -.-
willst mir deine Version evtl. mal schicken. Vll hab ich auch beim configgen bullshit gebaut.Quote:
Ich hatte mein Team am laufen, genau so wie du. Kollege hat dann seine Chars reingehauen und es lief trotzdem, also weiß ich leider nicht wo das Problem sein sollte oO
function quitfunc(msg, type)
{
if (msg.indexOf(_csTaxiSorc) != -1 && msg.indexOf("Inf") != -1)
MyIL_File("NTBot/bots/TeamD.txt", 1, ".inf", 50);
if (msg.indexOf(_csTaxiSorc) != -1 && msg.indexOf("Viz") != -1)
MyIL_File("NTBot/bots/TeamD.txt", 1, ".viz", 50);
if (msg.indexOf(_csTaxiSorc) != -1 && msg.indexOf("Seis") != -1)
MyIL_File("NTBot/bots/TeamD.txt", 1, ".seis", 50);
if (msg.indexOf(_csTaxiSorc) != -1 && msg.indexOf("Dia") != -1)
MyIL_File("NTBot/bots/TeamD.txt", 1, ".dia", 50);
if (msg.indexOf(_csTaxiSorc) != -1 && msg.indexOf("Filler") != -1)
MyIL_File("NTBot/bots/TeamD.txt", 1, ".filler", 50);
if (msg.indexOf(_csTaxiSorc) != -1 && msg.indexOf("Bo") != -1)
MyIL_File("NTBot/bots/TeamD.txt", 1, ".bo", 50);
[...]