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

Pages: 1 ... 605 606 607 608 609 [610] 611 612 613 614 615 ... 669
9136
Off Topic / Re: THIS THREAD IS YOUR KINDERGARTEN CLASS
« on: September 07, 2011, 08:36:04 PM »
dis is my blockz get ur ownnnnn

9137
Off Topic / Re: Say Something Negative About the Above User
« on: September 07, 2011, 08:33:55 PM »
Your tits are too big

9138
Off Topic / Re: IT'S LIKE 2006 UP IN HERE! Flooding DANGER!
« on: September 07, 2011, 08:28:22 PM »
Water,
the source of life and death(for houses of course).

9139
Off Topic / Re: Say Something Negative About the Above User
« on: September 07, 2011, 04:33:59 PM »
You have a bomb in your hand

9140
Off Topic / Re: Did otis da housecat leave?
« on: September 05, 2011, 12:46:54 PM »
I always wondered why he left :c

9141
Off Topic / Re: The fancy hat club
« on: September 05, 2011, 12:45:26 PM »
I want a hat on my rocket but I'm too lazy.

9142
Off Topic / Re: QR Code Generator
« on: September 05, 2011, 12:33:03 PM »

9143
Off Topic / Re: Stoking tit's?
« on: September 05, 2011, 12:27:47 PM »
I'm glad I wasn't involved in that dark chapter of this forum's history.

9144
Modification Help / Re: Toggling A Mod
« on: September 05, 2011, 11:42:36 AM »
Code: [Select]
package AutoGreeter
{
function newChatHud_addLine(%text)
{
if($canGreet == 1)
{   
//Called when any line of text is added to the chat box
Parent::newChatHud_addLine(%text);
//This will turn the "jes00 connected." into "jes00"
%nameToGreet = strReplace(%text," connected.","");
//If the %nameToGreet variable is different to the original line greet them,
//otherwise it's something else
if(%nameToGreet !$= %text)
{
    //Send a chat message saying hi to the player who joined (%nameToGreet)
commandtoserver('messagesent',"Hi, " @ %nameToGreet);
}
}
}
};
activatePackage(AutoGreeter);

function ToggleGreet()
{
if($canGreet == 1) {
$canGreet = 0;
clientCmdMessageBoxOK("Auto Greeter, by jes00","Auto Greeter is now: Off.");

} else if($canGreet == 0) {
$cangreet = 1;
clientCmdMessageBoxOK("Auto Greeter, by jes00","Auto Greeter is now: On.");
}
}
This should work I tested it and ironed out the bugs
Wow I retested and it breaks the chat when its off

9145
Off Topic / Re: HAPPY BIRTHDAY TO ME!!!
« on: September 05, 2011, 11:38:29 AM »
Happy Birthday!

9147
Off Topic / Re: Canadian Ingenuity - It sucks.
« on: September 05, 2011, 11:31:02 AM »
You know what they say about duct tape...

You have just won the Internet

9148
Modification Help / Re: Toggling A Mod
« on: September 04, 2011, 10:01:34 PM »
Code: [Select]
package AutoGreeter
{
function newChatHud_addLine(%text)
{
if($canGreet == 1)
{   
//Called when any line of text is added to the chat box
Parent::newChatHud_addLine(%text);
//This will turn the "jes00 connected." into "jes00"
%nameToGreet = strReplace(%text," connected.","");
//If the %nameToGreet variable is different to the original line greet them,
//otherwise it's something else
if(%nameToGreet !$= %text)
{
    //Send a chat message saying hi to the player who joined (%nameToGreet)
commandtoserver('messagesent',"Hi, " @ %nameToGreet);
}
}
}
};
activatePackage(AutoGreeter);

function ToggleGreet()
{
if($canGreet == 1) {
$canGreet = 0;
clientCmdMessageBoxOK("Auto Greeter, by jes00","Auto Greeter is now: Off.");

} else if($canGreet == 0) {
$cangreet = 1;
clientCmdMessageBoxOK("Auto Greeter, by jes00","Auto Greeter is now: On.");
}
}
This should work I tested it and ironed out the bugs

9149
General Discussion / Re: M1 abrams
« on: September 04, 2011, 04:12:08 PM »
Inb4thelock

9150
Off Topic / Re: Video Games
« on: September 04, 2011, 04:06:44 PM »
blockland
Don't forget blockland and blockland

Pages: 1 ... 605 606 607 608 609 [610] 611 612 613 614 615 ... 669