Author Topic: -1 bricks?  (Read 1004 times)

This server has -1 bricks. How does that happen?
Did he divide by 0?

I forgot, something like:

Code: [Select]
server::brckcount = -1;
Or something. I used to put -1337


Code: [Select]
server::brckcount = -1;
Awesome :D going to go try it out :3

I had -5 once, apparently, and I never did a thing. I actually had 0 at the time.

Put this in the server console:
Code: [Select]
$Pref::Server::BrickCount=-1;
Then, you need to post to the master server.
Easiest way to do that is just type this in your chat:
Code: [Select]
/timescale 1
Yes, changing the timescale posts to the master server.

Edit:
You can also edit the number of players in the server with something similar.
Not the max players, but the number of current players. ;)

Can't just say what it is or noobs will use it to try to get more people.
If you have a brain though, you should be able to guess it easily.
« Last Edit: December 10, 2008, 01:19:38 PM by Truce »

Sorry about that, I devided by zero :D

Sorry about that, I devided by zero :D
No hunter! Don't implode!!

<snip>
Cool, thanks, I'm sure I can guess the second one.