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 - Dr-Block

Pages: [1] 2 3 4 5 6 ... 11
1
Forum Games / Re: MS Paint Pokemon Rejects.
« on: November 30, 2007, 02:45:24 PM »

2
Gallery / Re: Diagon Alley, still work to be done.
« on: November 30, 2007, 02:44:33 PM »
DIERGONALLY

3
AoT General / Free account
« on: November 30, 2007, 02:36:53 PM »
account : DrBlock
password: lolaids

Has anything you could ever need

4
AoT General / Re: Version 20- OOOH Shiny!
« on: November 30, 2007, 01:36:48 PM »
:cookieMonster:

User was banned for this post

5
Modification Help / Re: Post Usefull Functions Here
« on: November 30, 2007, 01:21:39 PM »
Ok, I'm locking this topic because of all the FLAMING from BAD SPOILED members.

6
Modification Help / Re: Post Usefull Functions Here
« on: November 30, 2007, 11:50:13 AM »
Lol at admin jump code stolen from rudyman's aot mod.

Lol at you are wrong.  If you going to sit their and say people "stole" the code then you better leave the Blockland forums because it's just not made for people like you.  Do some researching before you say someone "stole" the code.  Your all like "OMGZ I BETTER FLAME HIM FOR STEALING THAT CODE EVEN IF I DID NOT LOOK AROUND!!!1!!!eleven!!!!"

And if you look here you can see I posted the code a few months back.

http://www.blockland.us/smf/index.php?topic=19971.0

And I don't have Blockland.  So I don't know about "/Warp".

7
Gallery / Re: Ghost v2 (creativity!)
« on: November 30, 2007, 12:16:57 AM »
8/10.  Nice job!

8
Modification Help / Re: Post Usefull Functions Here
« on: November 30, 2007, 12:09:35 AM »
Code: [Select]
function lame()
{
 echo("Lame...");
}

9
Modification Help / Re: Post Usefull Functions Here
« on: November 29, 2007, 11:56:14 PM »
Lame.
Say that again, but 10 time fast.

10
Forum Games / Re: ScreenStream Topic
« on: November 29, 2007, 11:50:13 PM »
i would let you all watch me, but theres to much midget on donkey research. your parents might walk in the room
*mouth falls open
*mouth falls open

11
Off Topic / Re: Post real life pictures of yourself.
« on: November 29, 2007, 11:47:05 PM »
Snots a car ..... Also here is a old pic of me.



Pointy hair. I just lold.

13
AoT General / Re: Is this for Mac??
« on: November 29, 2007, 11:42:55 PM »
PLS is it :D it looks cool

No, after some googling it seems this will run exe files on a mac.

http://www.kju-app.org/kju/

14
Modification Help / Post Usefull Functions Here
« on: November 29, 2007, 11:28:50 PM »
A little topic for you to share snippets for others to use.

How to post a snippet:


Function Name:
Function Description:
Usage Guide:
Access Level:
Code:


I do not offer support on any of these codes, if any of these codes do not work you may make one post in this topic asking for help for that code.  Make sure you added the error and the function name of the code you used when reporting an error.

Do not post hacking scripts that will take control of any server.  Do not post spam script, or any abusive scripts.  Doing this may get you subject to ban by Badspot.


DO NOT ASK HOW TO SCRIPT WHEN POSTING IN THIS TOPIC, THIS TOPIC IS FOR SNIPPETS ONLY.  YOU MAY ASK FOR HELP ONE OR TWO TIMES IN THIS TOPIC FOR A FUNCTION.  IF YOU DON'T GET A REPLY START A NEW TOPIC.  THIS TOPIC IS NOT FOR CHIT-CHAT, FLAME, OR ANY OTHER CRAP TALK THAT PUTS A MEMBER DOWN.  IF YOU FEEL THIS IS WRONG LOOK AT THE RULES.



Function Name: Admin Jump
Function Description: Make you jump really high. (Warps you up). Code is a bit old. A few months old.
Access Level: Admin Only
Usage Guide: commandtoserver('AdminJump, 300); // 300 is the height
Code: [Select]
function servercmdAdminJump(%client, %height)
  {
  if(%client.isSuperAdmin == True)
     {
    %error = "Player did not enter a valid hight!";
    %error[2] = "Player wants to jump below the terrain!";
    %id= %client.player;
    %trans = %id.getTransform();
    %x = getWord(%trans,0);
    %y = getWord(%trans,1);
    %z = getWord(%trans,2);
    %z[1] = getWord(%trans,2);
    %terheight = getTerrainHeight(%z[1]);
    %terheight-=1;
    %z+=%height;
    $trans[1] = %x SPC %y SPC %z;
     if(%z[1] == %height)
         {
         messageClient(%client,"Jump Error","\c3Enter a valid hight!");
         return %error;
         }
         else if(%hight < %terheight)
         {
         messageClient(%client,"Jump Error","\c3You cannot jump below the terrain!");
         return %error[2];
         }
    %id.setTransform($trans[1]);
  }
  else if(%client.isSuperAdmin == False)
   {
    error("Error: Player" SPC "(" SPC %client.getAddress() SPC "\c2)" SPC " called an admin command!\nThis player is not an admin!");
  }
}

15
AoT General / Re: Chat Spam
« on: November 29, 2007, 10:51:58 PM »
Wasn't that StoreClerk?

I don't know. Topic locked.

Pages: [1] 2 3 4 5 6 ... 11