I have got the Standalone but the batch isnt working for me. Maniaplanet starts windowed, i have to login and then it gets stuck in the maniaplanet-Logo doing nothing. I had the same problem. The only way I could get it to work was by disconnecting from the internet, starting the batch and logging ...
Seriously guys? I'm as annoyed as anyone (well perhaps not everyone ) at the bugs that are in the new server version, but do you really have to keep posting the same views repeatedly in BLOCK CAPITALS? I'm pretty sure everyone's aware of your opinions by now. As has already been mentioned, this topi...
Our servers are completely broken - every time a map comes on that uses the the blocks everyone gets kicked. SO we have to find the weed maps and weed them out... sorry but this is not on... To also release another server update after the client is crazy... this is even worse than the last balls up...
Not sure if I'm understanding, but the easiest way I can see is to make a new array with all the logins but the one you want. So something like foreach ($array as $login) { if ($login != $targetlogin) { $newarray[] = $login; } } $array = $newarray; Apologies for the awful formatting. Typed it straig...