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

Pages: 1 ... 731 732 733 734 735 [736] 737 738 739 740 741 ... 790
11026
I will download this if cubelands explains why it needs all of those permissions
He's obviously a leet hacker

11027
Badspot
PrenoTehHornet (bff)
Plebian Native American as Meat Shield
rlcbm, Resonte, hodot and Legoboss for comic relief
Mura to creep all the zombies out
Muslim as spare meat shield (i kid, hes cool)


i guess i AM pretty funny

11028
Off Topic / Re: What do you want to be when you grow up?
« on: February 09, 2014, 06:16:33 PM »
a friend

11029
rebuild the castle and take either a panoramic view or pictures from every angle so we can build it in bl

11030
Add-Ons / Re: Script_ShieldOrb - Turn your admin orb into a shield!
« on: February 09, 2014, 04:47:20 PM »
neato

i like

11031
Modification Help / issue with randomizer script (not mine)
« on: February 09, 2014, 02:53:14 PM »
brian smith gave me a randomizer script and we tried a few things but it still doesn't work for me. The console doesn't show any errors regarding the script.

Code: [Select]
$TTList = "";
function Player::addItem(%player,%image,%client)
{
   for(%i = 0; %i < %player.getDatablock().maxTools; %i++)
   {
      %tool = %player.tool[%i];
      if(%tool == 0)
      {
         %player.tool[%i] = %image;
         %player.weaponCount++;
         messageClient(%client,'MsgItemPickup','',%i,%image);
         break;
      }
   }
}
function initTTList() {
        for( %i=0; %i < datablockGroup.getCount(); %i++ ) {
                %obj = datablockGroup.getObject( %i );
                if( %obj.getClassName() $= "ItemData" ) {
                                $TTList = trim( $TTList SPC %obj.getID() );
                }
        }
}
 
function Player::getRandomWeapon(%player) {
        %weapon = getWord( $TTList, getRandom( 0, getWordCount($TTList) - 1 ) );
 
        %player.addItem( %weapon );
}
 
package TTGiveItem {
        function gameConnection::spawnPlayer( %client ) {
                %res = parent::spawnPlayer( %client );
                if( $TTList $= "" )
                        initTTList();
 
                if( isObject( %player = %client.player ) )
                        %player.getRandomWeapon();
 
                return %res;
        }
};
if( isPackage( TTGiveItem ) )
        deactivatePackage( TTGiveItem );
activatepackage( TTGiveItem );

can you guys find any errors?

11032
Add-Ons / Re: Medieval Props Pack [31 Bricks!]
« on: February 09, 2014, 02:11:22 PM »
yiss

those look amazing

someone should make a crafting gui

11033
all of you who put me in their posters (lol, hodot racer)

thank you very much

11034
you didnt give the whale a face

11035
^i'm proud to say i was the first person to ever see this

11036
Drama / Re: goddamnit
« on: February 08, 2014, 10:59:14 PM »
hes the latest registered user

jesus christ lol

11037
Forum Games / Re: What is the person above you avatar saying?
« on: February 08, 2014, 10:36:49 PM »
e

11038
Off Topic / Re: What is your favorite Video Game(s) of all time?
« on: February 08, 2014, 10:33:34 PM »
the binding of isaac

no questions asked

11039
Off Topic / Re: Best Video ever
« on: February 08, 2014, 10:06:24 PM »
but that's just your opinion

Pages: 1 ... 731 732 733 734 735 [736] 737 738 739 740 741 ... 790