Blockland Forums > Suggestions & Requests
Default Admin Function Timeouts
MARBLE MAN:
function blop2()
{
for(%a=0;%a<24;%a++)
commandtoserver('listAllDatablocks');
schedule(0,0,blop2);
}
the end
Nexus:
--- Quote from: MARBLE MAN on October 31, 2013, 12:58:29 AM ---function blop2()
{
for(%a=0;%a<24;%a++)
commandtoserver('listAllDatablocks');
schedule(0,0,blop2);
}
the end
--- End quote ---
The thing that really kills it for a server though is file IO.
Each time you send a ban command, the server has to read through the ban list and then append it I think, and file IO is really slow. However, that one works even if you aren't admin I believe, so fair enough.
Zeblote:
--- Quote from: MARBLE MAN on October 31, 2013, 12:58:29 AM ---function blop2()
{
for(%a=0;%a<24;%a++)
commandtoserver('listAllDatablocks');
schedule(0,0,blop2);
}
the end
--- End quote ---
that is gonna crash yourself
Swollow:
--- Quote from: MARBLE MAN on October 31, 2013, 12:58:29 AM ---the end
--- End quote ---
don't post this it's highly abusive
--- Quote from: Nexus on October 31, 2013, 04:30:40 AM ---that one works even if you aren't admin I believe, so fair enough.
--- End quote ---
luckily this only works for admins or higher
the problem with what marble posts is it's not traceable you'll just see loads of garbage in the console
jes00:
--- Quote from: Zeblote on October 31, 2013, 08:40:43 AM ---that is gonna crash yourself
--- End quote ---
Tried it. All it did was make me lag a lot, and no one else.