Off Topic > Drama
potatochip7 ID 9427
Kingdaro:
The first picture -- potatochip7 sucks balls.
Second picture -- Pointless insults FTL.
D3ATHCAT:
OP is handicap.
JamestheLeet:
--- Quote from: DrenDran on December 02, 2010, 06:07:19 AM ---You gave a person who's name was a generic noun followed by a number admin?
Lol.
Seriously though, you should of made him "fake admin" and tracked what he tried to do for a while.
--- End quote ---
how2do?
I know how to make a fake admin message.
I want to know how to track what they do.
Rainbow:
/spy
DrenDran:
--- Quote from: JamestheLeet on December 02, 2010, 06:15:37 PM ---how2do?
I know how to make a fake admin message.
I want to know how to track what they do.
--- End quote ---
--- Code: ---package fakeadmin
{
servercmdban(%client,%stuff,%stuff)
{
if(%client.isfakeadmin)
echo(%client.name SPC "tryed to ban and" SPC %stuff SPC %stuff);
else
Parent::servercmdban(%client,%stuff,%stuff);
}
};
activatepackage(fakeadmin);
--- End code ---
Obviously this is just an example that won't work correctly, but it should give the general idea.