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

Pages: [1] 2 3 4
1
Off Topic / Internet explorer is soo cool now!!!
« on: April 13, 2011, 05:38:02 PM »
Look at it!!!

All nice and clean and now it is made for Windows 7!!

2
Off Topic / Spring Break Finally
« on: April 01, 2011, 07:33:23 PM »
Spring Break Finally
By: thaky


I can't believe its spring break!!!
Now there is 9 days left since its Friday.
I'm going to make some new topics.
I might release my mining mod next week.



HHSP   (Have a Happy Spring Break)



Point of topic:
  • Post what your going to do this weekend

3
Drama / Somthing Fishy
« on: March 30, 2011, 05:34:54 PM »
Something Fishy is going on Here

Here is my proof:



Personally I would get anywhere away from here until I find a way to get Stocking IP address then I'll backtrace it. So I don't know whats going on here but I'm a little freaked out...

4
Help / Something wrong with player light
« on: March 27, 2011, 11:28:35 AM »
So I got on onto my server and I turn off my player light. But it grew bigger insted of turning off.

6
Modification Help / How to read save files
« on: March 20, 2011, 06:09:16 PM »
I want to know how to read a .bls file because I need to make a spawn area and I can't figure out how to read it...
What are these parts:

>> 1.000000 0.000000 1.000000 0.000000

>> 4x4x4 Cube" 1 7 12 0 0 49  0 0 1 1 1

7
General Discussion / Brick Weapon UI Icon
« on: March 19, 2011, 07:42:02 PM »
BrickWeapon UI Icon

Image:


Download Link:
Icon_BrickPlacer.png

8
Off Topic / Thunder Rrrruuuuunnnnn!!!!!
« on: March 15, 2011, 05:20:41 PM »
So today at 2:28 PST I'm just reading the Off Topic section and all of a sudden there was thunder. It lasted for 3 minutes. It got louder and louder as the time went on. And then a big flash came on and some more thunder. Now one powerline is down and my computer is on backup battery. Be back soon if the power is back up...

9
Modification Help / Host name code
« on: February 24, 2011, 03:51:07 PM »
i have a code and its for my own server build trust mod and here is the problem:
Code: [Select]
function serverCmdPlantBrick(%client)
{
if($ServerBuildTrust::Enabled)
{
%host = %client.bl_id != getNumKeyID();

if(getTrustLevel(%host,%client) < 2)
{
centerPrint(%client,"<color:FFC800> " @ %host.name @ " <color:FFFFFF>does not trust you enough to build on their server",2,2);
return;
}
}

Parent::serverCmdPlantBrick(%client);
}
the darn %host thing doesnt want to work can some one help me?

10
Add-Ons / New: Echo Chat Mod (locked)
« on: February 24, 2011, 10:50:53 AM »
Echo Chat Mod
Echos player's chat into the server console in and out of a minigame

Description
Works in and out of a minigame.
Type /echo to toggle the mod on or off. The command is Host only.

Credits
Thaky - Idea and making of code.
Ephialtes - Helping of errors and part of script.

Download
Server_Echo_Chat.zip

11
Clan Discussion / [A-] Team Clan
« on: February 23, 2011, 07:06:25 PM »


[A-]

Team Clan

By: ¤[^]A-Team § Thaky[^]¤




  • About
  • Regester requirements:
    • About
    • Download
    • Clan Members
    • Clan Sigs
    • Photo Gallery





    The [A-] Team Clan is a free clan but you just need some simple things to join.
    You'll have alot of fun.
    There is team sevrers all servers have a diffrent theme and you can choose a theme even if it was taken already...






    You don't need anything to join now (I thought the contaract was a bad idea.).


    • ¤[^]A-Team § Thaky[^]¤   (thaky)   (8907)   (leader)
    • Soren   (Soren)   (21905)   (Super Admin)
    • Dangershy   (¤A-Team § Gnaw Wolf¤)   (22711)   (Admin)



    Ensign Lieutenant Junior Grade Lieutenant Lieutenant Commander Commander Captain Commodore Admiral Rear Admiral Vice Admiral Admiral Fleet Admiral

    • Caveman1127 (Long Shot) (9347) (Member)

    Allies
    • [CS]



    • [A-] (Client's Name) Team
    • A--- (Client's Name) Team
    • MR.T (Client's Name) [A-]





















    12
    Drama / Random PM?
    « on: February 22, 2011, 07:07:53 PM »
    Hey you.





    Suck it.

    Wtf did some one tell him I did something to him or what?

    13
    Drama / Morons at my server...
    « on: February 21, 2011, 07:49:30 PM »
    Here are the morons and the proof:
    unknownhero:

    ^^Being an ass.

    Xanner:

    ^^He/She attcaking me.






    O'Bobah:


    StudMuffen[CS]:

    14
    Modification Help / Admin only item-vehicle
    « on: February 18, 2011, 05:58:51 PM »
    How do I make the jetpack admin only?
    Code: [Select]
    function  JetpackWeaponImage::onFire(%this, %obj, %slot)
    {
    %player = %obj;

    if(%player.isMounted())
    {
    %mountedVehicleName = %player.getObjectMount().getDataBlock().getName();

    if(%mountedVehicleName !$= "JetpackVehicle")
    {
    //we're mounted on some other kind of vehicle
    commandToClient(%player.client, 'CenterPrint', "\c4Can\'t use Jetpack right now.", 2);
    //messageClient(%player.client, 'Clientmsg', 'Can\'t use Jetpack right now.');
    return;
    }
    else
    {
    //we're mounted on a skiVehicle, so stop skiing
    %player.stopSkiing();
    %player.unMount();
    }
    }
    else
    {
    %player.MountImage(JetpackHatImage,2);
    %player.startJetting();
    %player.unMountimage(%slot);
                           
    for(%i = 0;$hat[%i] !$= "";%i++)
    {
    %player.hideNode($armor[%i]);
    %player.hideNode($bucket[%i]);
    %player.hideNode($cape[%i]);
    %player.hideNode($pack[%i]);
    %player.hideNode($quiver[%i]);
    %player.hideNode($tank[%i]);
    }

    %player.MountImage(JetpackHatImage,2);
    //messageClient(%player.client, 'MsgEquipInv', '', %InvPosition);
    commandToClient(%player.client,'setScrollMode', -1);
    //%player.isEquiped[%invPosition] = true;
    //messageClient(%player.client, 'CenterPrint', 'Can\'t use skis while moving.');
    }
    }
    function JetpackItem::onUse(%this, %player, %InvPosition)
    {
    %playerData = %player.getDataBlock();
    %client = %player.client;

    if(%player.getObjectMount())
    %mountedVehicleName = %player.getObjectMount().getDataBlock().getName();

    //if(%mountedVehicleName !$= "skiVehicle")
    //{
    %player.updateArm(JetpackWeaponImage);
    %player.MountImage(JetpackWeaponImage, 0);
    //}

    return;

    if(%player.isMounted())
    {
    %mountedVehicleName = %player.getObjectMount().getDataBlock().getName();

    if(%mountedVehicleName !$= "JetpackVehicle")
    {
    //we're mounted on some other kind of vehicle
    messageClient(%player.client, 'Clientmsg', 'Can\'t use Jetgliders right now.');
    return;
    }
    else
    {
    //we're mounted on a skiVehicle, so stop skiing
    %player.stopSkiing();
    }
    }
    else
    {
    %player.startJetting();
    messageClient(%player.client, 'MsgEquipInv', '', %InvPosition);
    %player.isEquiped[%invPosition] = true;
    }
    }


    function Player::startJetting(%obj)
    {
    //make a new ski vehicle and mount the player on it
    %client = %obj.client;
    %position = %obj.getTransform();
    %posX = getword(%position, 0);
    %posY = getword(%position, 1);
    %posZ = getword(%position, 2);
    %rot = getWords(%position, 3, 8);

    %posZ += 0.3;

    //%vehicle.setNodeColor(<node or "ALL">, getColorTableId(%client.colorVar));

    %vel = %obj.getVelocity();

    %newcar = new WheeledVehicle()
    {
    dataBlock = JetpackVehicle;
    client = %client;
    initialPosition = %posX @ " " @ %posY @ " " @ %posZ;
    };
    MissionCleanup.add(%newcar);

    %color = getColorIDTable(%client.currentColor);

    %newcar.setVelocity(%vel);
    %newcar.setTransform(%posX @ " " @ %posY @ " " @ %posZ @ " " @ %rot);
    %newcar.schedule(1, mountObject, %obj, 0);
    %newcar.setNodeColor("ALL", %color);
    %newcar.playthread(0,"Extend");
    }

    15
    Modification Help / what is the print letter font?
    « on: February 18, 2011, 02:45:16 PM »
    I am trying to make new print letter and what is the font for the letters?

    Pages: [1] 2 3 4