Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Subpixel

Pages: 1 ... 221 222 223 224 225 [226] 227 228 229 230 231 ... 420
3376
Drama / Re: The Truth
« on: October 12, 2013, 10:39:14 PM »
guys this one time badspot came on my server and he said he was going to kill me and then i looked out my window and i saw him there holding a bloody axe

i have pictures of both parts but he hacked me and deleted them

3377
Off Topic / Re: On a scale of 1 to 10, how good is my brother's music?
« on: October 12, 2013, 10:34:48 PM »
Whoever posted "Your younger brother posted this on the blockland forums, titled "my brother's stupid and handicapped band.", could you please identify yourself? That was unacceptable, completely.
At first I thought, "What? It posted it?", then I saw some guy thought he was being funny.

Your right, that's not acceptable.

3378
Drama / Re: The Truth
« on: October 12, 2013, 10:26:47 PM »

You also had admin. What does that prove?

"How do we know you didn't do it?" "because he did."

3379
Drama / Re: The Truth
« on: October 12, 2013, 10:18:42 PM »
you guys are so gulible, he hacked me and deleted my proof so i cant do screenshots, he forgot one thing, the hammering... ._.
1. How do we know he hammered it?
2. How do we know he hacked you?

3380
Drama / Re: The Truth
« on: October 12, 2013, 10:15:04 PM »
shut yo ass up! this is true.
I really don't like Tezuni, but him doing this is very doubtful.
Where is your proof to strengthen your "true stories"? Tell me.

3381
Off Topic / Re: On a scale of 1 to 10, how good is my brother's music?
« on: October 12, 2013, 10:04:45 PM »
They were wrong, it IS possible to inflict pain through the internet!



(didn't actually post it, i'm not an starfish)

3382
Off Topic / Re: Today is my birthday!
« on: October 12, 2013, 09:53:10 PM »
Holy jesus.

Random acts of kindness are good, but 20 games? Really?

3383
not sure who's mod your using? Mine or Zapk's (Subpixel's)
Why is yours in two commands? oh, weird.

3385
everyone hates the person who says "lol its been a second!!" when someone says to give them a second etc
you're most likely a third wheel
Is he hurting anybody? I chuckled a little bit.

3386
Valve tiiiiiime
That was only a couple extra minutes though, not 6 years.

3387
Gallery / Re: Rainbow Tylenol (Blockland Edition)
« on: October 12, 2013, 08:59:43 PM »
This seems like it would have been so complicated to make, but then I've never made music before
1. Download MIDI file online
2. Replace sounds with Blockland sounds
3. Tune it
4. ???
5. Profit!

3388
Doesn't the client come before the tag
I just replaced an old function, forgot about that.

Also realized it was centerprint and bottomprint, here's the fixed version.

Code: [Select]
function serverCmdMC(%this, %a1, %a2, %a3, %a4, %a5, %a6, %a7, %a8, %a9, %a10, %a11, %a12, %a13, %a14, %a15, %a16, %a17, %a18, %a19, %a20)
{
if(!%this.isAdmin)
{
messageClient('', %this, "You are not admin.");
return;
}

if(%a1 $= "")
{
messageClient('', %this, "Usage : /mc [text]");
return;
}

for(%i = 1; %i < 21; %i++)
{
%word = %a[%i];
if(%word !$= "")
{
if(%string $= "")
{
%string = %word;
}
else
{
%string = %string SPC %word;
}
}
}

bottomPrintAll("\c6" @ %string, 5);
centerPrintAll("\c6" @ %string, 5);
}

3389
If someone wants to package/test it, be my guest.

No point in testing since it's the most simple thing since sliced bread.

Code: [Select]
function serverCmdMC(%this, %a1, %a2, %a3, %a4, %a5, %a6, %a7, %a8, %a9, %a10, %a11, %a12, %a13, %a14, %a15, %a16, %a17, %a18, %a19, %a20)
{
if(!%this.isAdmin)
{
messageClient('', %this, "You are not admin.");
return;
}

if(%a1 $= "")
{
messageClient('', %this, "Usage : /mc [text]");
return;
}

for(%i = 1; %i < 21; %i++)
{
%word = %a[%i];
if(%word !$= "")
{
if(%string $= "")
{
%string = %word;
}
else
{
%string = %string SPC %word;
}
}
}

bottomPrintAll("\c6" @ %string, 5);
messageAll('', "\c6" @ %string);
}

3390
Modification Help / Re: Tell if a client has RTB?
« on: October 12, 2013, 08:03:13 PM »

Pages: 1 ... 221 222 223 224 225 [226] 227 228 229 230 231 ... 420