Author Topic: Script_LeaveID  (Read 6077 times)

This add-on is useless for a reason: Can be seen in clear bricks.

My first scripted add-on yet.

This is only used for security reasons.

Blockhead connected
Blockhead spams bricks everywhere with your duplicator.
Blockhead's BL_ID is 999999
Blockhead left the game

...and you will ban Blockhead with his BL_ID, from your server.

Download N/A
« Last Edit: March 21, 2015, 07:56:06 PM by wubbzy301 »

Quote
// made by wubbzy301

package ShowIdWhenLeavePackage
{
   function GameConnection::onClientLeaveGame(%c)
   {
      Parent::onClientLeaveGame(%c);
      announce("\c1" @ %c.name @ "'s BL_ID is \c3" @ %c.BL_ID);
   }
};
activatePackage(ShowIdWhenLeavePackage);

This is very simple script that anyone can do.

This is very simple script that anyone can do.
...and?

You can also use the Clear Bricks menu after they leave to ban them if need be.
Names, IDs, and brick count are all shown.

Good job on your first add-on, keep it up. One thing I can suggest though is to return the parent to avoid potentially breaking things.

Good job on your first add-on, keep it up. One thing I can suggest though is to return the parent to avoid potentially breaking things.
Be sure you return it after announcing as well.

What would be also cool if you could make a log system if you could make it

This is very simple script that anyone can do.

um alright

thanks for noticing that, chum

Seems rather handy.  Is it server or client sided?  Client could be handy for reporting abusive players.

Seems rather handy.  Is it server or client sided?  Client could be handy for reporting abusive players.
Server.

This is very simple script that anyone can do.

Come on, it's his first addon, stop complaining about how simple it is. Seriously.

And by the way, I can't do that. There's a reason I go to so much trouble to do things with my builds in all events that would be so much "easyer" to do with an addon, it's because i can't code torque.

Good job on your first add-on, keep it up.

Your going places

What would be also cool if you could make a log system if you could make it

you are the true man to come with that up
10/10


http://forum.blockland.us/index.php?topic=275694.0
That's client sided, silly.

[img ]http://i0.kym-cdn.com/photos/images/original/000/614/639/9df.gif[/img]
you are the true man to come with that up
10/10
lol sarcasm :)

I'm pretty sure it has been made, but it would be good for someone that is learning


you are the true man to come with that up
10/10

100/10
« Last Edit: March 09, 2015, 02:20:45 AM by wubbzy301 »