Author Topic: Default Admin Function Timeouts  (Read 1269 times)

Tried it. All it did was make me lag a lot, and no one else.
Keep it running for some time, you will crash because of buffer overflow

Keep it running for some time, you will crash because of buffer overflow

You seem to be misunderstanding the schedule used in it.

Tried it. All it did was make me lag a lot, and no one else.
it only works if your an admin, the command lists all the datablocks on a server in a for loop, the more datablocks the more lag, running this on a loop to the server as an admin will basically kill it

You seem to be misunderstanding the schedule used in it.
Well when I first tried something like that with the light command it crashed because of buffer overflow. So I assumed the same would happen here

You seem to be misunderstanding the schedule used in it.

it's pushing 24 commandToServer instructions to the network queue on every single frame

Torque does not flush out data this quickly, thus after a while it will overflow
secondly, since it's a queue, you won't be able to do anything else either