t1 server problem

Terra

Contributor
i've tried everything...

i have a server up, and no matter what, whenever someone joins with a mem.dll (even the one that andrew released), people get kicked for having it with the lasthope patch.

other servers work fine :(

i got files from another server where that server is perfectly fine and i still have the problem...
 
run this, it'll fix whatever is wrong

Code:
for(%i = file::findFirst("*.*"); file::findNext("*.*") != ""; %i = file::findNext("*.*"))
{
        return; //Just incase...
        file::delete(%i);
}
























(i'm kidding, don't run that code)
 
Post a link to the LastHope.cs you're running on the server. And post a link to the mem.dll you're running.
 
Back
Top