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 - bloodnight

Pages: 1 2 3 4 5 [6] 7 8 9
76
This could be very useful, Thanks Chrono

77
Modification Help / Re: Admin Jets
« on: April 09, 2009, 01:51:55 AM »
That, Or you could do this
Code: [Select]
package Jetz
{
function ServerCmdAdminJets(%client, %victimName)
{
   if(!%client.isAdmin && !%client.isSuperAdmin)
   {
      centerPrint(%client, "You are not an admin.", 3);
      return;
   }

   %victim = findClientByName(%victimName);
   if(!%victim || !isObject(%victim.player))
   {
      centerPrint(%client, "Unable to find player: \c6" @ %victimName @ "\c0.", 3);
      return;
   }

%victim.player.setDataBlock(PlayerStandardArmor);
%victim.player.CanJet = 0;
messageClient(%client,'',"\c3You now have jets.");

}
};
ActivatePackage(Jetz);

78
Suggestions & Requests / Re: Blue Alarm Lights
« on: April 08, 2009, 09:54:15 PM »
You're too late, he left.
Oh well :P

79
Suggestions & Requests / Re: Blue Alarm Lights
« on: April 08, 2009, 09:28:01 PM »
Here you go Blueteamguy:
http://www.mediafire.com/download.php?hmmonlm0miy
Dont forget to enable it :)

80
General Discussion / Re: FINALLY, I'm able to buy blockland!
« on: April 02, 2009, 09:01:23 AM »
Higher ping=Greater chance of reducing lag. I think they are packets of information that your computer sends to communicate with the server. Low pings=bad. I think.
Its the opposite
Higher = bad
lower = good

81
Off Topic / Re: Confick virus!
« on: April 01, 2009, 01:34:27 AM »
If its designed to be sent once your computer thinks its April 1st, you could technically change the date to April 2nd, and avoid the entire thing
It checks the time from like google and yahoo and whatnot...
looked it up...

82
Off Topic / Re: Confick virus!
« on: March 31, 2009, 11:48:27 PM »
Mac: I'm a mac, and there's no viri on me!
PC: Is that because no one gives a stuff?
Mac: :(
lol
people are telling me that this is fake and not going to happen.
discuss

83
Off Topic / Re: Confick virus!
« on: March 31, 2009, 09:04:25 PM »
Have a nice ban,
Why would this be a ban?
Wrong section or something?
Im confused what i did wrong

@dropshock
i dont know

84
Off Topic / Confick virus!
« on: March 31, 2009, 08:58:50 PM »
http://www.google.com/hostednews/ap/article/ALeqM5iIviwBzilECaCi-uweVTx2KeXagAD979ADVO0
or
click here
i would say.. turn off computers on April first...
Seems like a joke, but it was on TV news so, legally (im pretty sure) someones going to get in trouble for causing panic
*edit*
Because all schools in my area will not have computers on for the next couple days.

85
Drama / Roblox on xfire, but not Blockland...
« on: March 02, 2009, 06:13:05 PM »
Seriously...... what the hell

86
army people

87
Off Topic / Re: Are we really alone?
« on: February 26, 2009, 12:41:02 AM »
There is usually  life forms every 200 lightyears away

88
Modification Help / Send a message.. Wait... Send a diffrent message..etc
« on: February 20, 2009, 12:11:50 AM »
i got the messageall function..
How would i go about doing this?

89
I think somehow you'd be able to interact with it directly, but I do it through PHP files.
can you explain please...
Maybe through PM so this doesnt get out to EVERYBODY...
you dont ahve to.. i'm just saying that would be awesome
i know php.. but i dont understand how to make this work.

Pages: 1 2 3 4 5 [6] 7 8 9