Author Topic: Log Writer  (Read 5625 times)

Awesome Add-on! Now when people report others ill know what to look for XD


Bump



Next version:
Destructo wand logging - Unknown if it should record hits of a base baseplate, or all bricks.(will record position anyway)
    /finddeletion [entrynumber]


Some other feature I forgot already. I guess it's time to write stuff down.

Kalphiter stop bumping stuffty add-ons. Especially add-ons made by you.

Kalphiter stop bumping stuffty add-ons. Especially add-ons made by you.
Prove in any shape or form how it is crap.

Prove in any shape or form how it is crap.
Maybe it's just too good? :P

This is only a four day bump, so don't yell at me.
Just wanted to mention it breaks leaving the game...

Code: [Select]
    function GameConnection::onClientLeaveGame(%this)
    {

%type = "D";

//Date, connect/disconnect, name, BL ID
writeToFileLine($LOGWrite::ConnectionPath, addTime() TAB %type TAB %this.name TAB %this.bl_id);

parent::onClientEnterGame(%this,%name,%a,%b,%c,%d,%e);
    }

Kalphiter, I shouldn't even have to tell you what's wrong with that.

This is only a four day bump, so don't yell at me.
Just wanted to mention it breaks leaving the game...

Code: [Select]
    function GameConnection::onClientLeaveGame(%this)
    {

%type = "D";

//Date, connect/disconnect, name, BL ID
writeToFileLine($LOGWrite::ConnectionPath, addTime() TAB %type TAB %this.name TAB %this.bl_id);

parent::onClientEnterGame(%this,%name,%a,%b,%c,%d,%e);
    }

Kalphiter, I shouldn't even have to tell you what's wrong with that.

So, that's why I keep having little clones of people previously in my server.. Guess I'll disable it until he updates.

So, that's why I keep having little clones of people previously in my server.. Guess I'll disable it until he updates.

HaHaHaHA.

Now that is funny.