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.


Topics - Azerath

Pages: 1 ... 8 9 10 11 12 [13] 14 15 16 17 18 19
181
Suggestions & Requests / Certain Color Destroyer
« on: August 18, 2008, 04:41:17 AM »
Ok, I want a want where, when you destroy a brick, EVERY brick that touches it that is the same color will be destroyed, and the bricks touching the brick that would get destroyed also would get destroyed, etc. I know it's weird, but I desperately need it for something.

182
Off Topic / Peanut Butter Ingredients:
« on: August 18, 2008, 02:30:33 AM »
Peanuts, contains 2% or less of hydrogenated vegetable oil (Rapeseed and Cottonseed oils) with... wait.. what?!
Yeah, that's right. RAPESEED. What the Hell? I was so bored to look at a very old bottle's ingredients, to have my spine shiver at the name of a seed that is in this stuff.

This photo has been sharpened by 200%.
(Look, I know this is a real seed, but I thought it was funny the first time I have seen, and read it in the ingredients label)

183
Gallery / I.... I Think I Got AIDs....
« on: August 17, 2008, 08:30:21 PM »
-Removed sense someone can't take a joke-

184
Off Topic / Brain Cancer.... From a Cell Phone?!
« on: August 17, 2008, 05:11:02 AM »
Holy stuff. This is not something I want to hear.

185
Off Topic / Leet Str33t.
« on: August 13, 2008, 10:55:19 PM »
These are kinda old, but still epic:
1st one.
2nd one.

186
Modification Help / Porting 1 Script?
« on: August 10, 2008, 10:01:45 PM »
I'm trying to port the Default Minigame.
I have a description, and the server cs thing, but it doesn't want to work.
(This is not my script)
Code: [Select]
//To make starting of minigames not admin-required, remove this:
package MinigameAO
{
function serverCmdCreateMinigame(%client,%a,%b,%c,%d,%e,%f,%g)
{
if(%client.issuperadmin || %client.isadmin)
{
Parent::serverCmdCreateMinigame(%client,%a,%b,%c,%d,%e,%f,%g);
}else{
messageclient(%client,"","Sorry, you are not an admin.");
}
}
};
activatePackage(MinigameAO);
//Stop removing now

package SetMini {
function GameConnection::onClientEnterGame(%this)
{
%client = %this;
schedule(100,0,"SetMinigame",%client);
parent::onClientEnterGame(%this);
}
};
activatepackage(SetMini);

function SetMinigame(%client){
if(isObject($RPGMini)){
$RPGMini.addmember(%client);
}
}

package NoLeavingMini {
function ServerCmdLeaveMinigame(%client){
if(%client.minigame == $RPGMini && !%client.isadmin && !%client.issuperadmin){
messageclient(%client,"","You cannot leave the Default Minigame unless you are an admin.");
}else{
parent::ServerCmdLeaveMinigame(%client);
}
}
};
activatepackage(NoLeavingMini);

function ServerCmdSetDefaultMinigame(%client){
if(isObject(%client.minigame)){
if(%client.isadmin || %client.issuperadmin){
$RPGMini = %client.minigame;
for(%i = 0; %i < ClientGroup.getcount();%i++){
%test = ClientGroup.getobject(%i);
if(%test.minigame != $RPGMini){
if(isObject(%test.minigame)){
%test.minigame.removemember(%test);
}
$RPGmini.addmember(%test);
}
}
messageall("","A default minigame has been set!");
}else{
messageclient(%client,"","You are not an admin!");
}
}else{
messageclient(%client,"","You are not in a minigame!");
}
}
Anything I need to edit? Anything I missed?

187
Gallery / Three v9 Contraptions
« on: August 09, 2008, 05:05:35 PM »

188
Off Topic / My Second Ever Flash animation.
« on: August 09, 2008, 12:09:36 PM »
My first was an epic fail, and I never even posted it because it was worse then bad.
But this new one, is a lot better then I expected.. for taking about 30 minutes.
Link.

189
Off Topic / Anyone Here Good at Flash?
« on: August 09, 2008, 06:35:58 AM »
I need someone that is pretty good at flash, or at least can do it averagely. I also need to trust you.
Those who can, add me to MSN.

191
Off Topic / How To: Make Custom Bottle Labels.
« on: August 08, 2008, 03:38:37 AM »
From the maker of "Snot-Cola".

Click Me For Video Tutorial.
Too Long;Didn't Watchers:
-Get Bottle.
-Remove Label.
-Scan Label.
-Edit Label.
-Print Label.
-Glue onto Bottle.

192
Off Topic / Wtf?
« on: July 31, 2008, 02:45:28 PM »
So I click on the page that goes to my Webmail, and all it says is "It works!" in big bold letters. Hacked? Fixing? what the hell?

193
Off Topic / Powder Game - What to make next?
« on: July 23, 2008, 11:03:32 PM »
Some of you have seen this: Link.
Yeah, so I'm going to stay up all night/morning to make another. Any suggestions? I'll make a poll with the suggestions to see which the the winner.

I'd rather make something with non-moving objects and characters. Half Life (2), for example, would not work because of the characters on being win, but too "Moving around"ish. :(

194
Games / Powder Game - Portal
« on: July 22, 2008, 12:52:38 PM »
Check it out guys. :3
Remeber to click on the download button to see the gif I made. :D

195
Off Topic / Vista: Installing a Theme
« on: July 19, 2008, 12:29:42 AM »
Earlier today, I tried to install an new theme for Vista, but failed. I downloaded the VUbuntu theme for Vista, and followed its instructions, but it didn't work. Can anyone tell me specifically how to install themes right for Vista?

Pages: 1 ... 8 9 10 11 12 [13] 14 15 16 17 18 19