Off Topic > Drama
potatochip7 ID 9427
JamestheLeet:
--- Quote from: DrenDran on December 02, 2010, 06:29:42 PM ---
--- 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.
--- End quote ---
You made that, right?
Do want.
Jacky:
Giving out admin to people who act "good" is, well... let's say it's not a good thing to do.
For all we know they could just be "acting" good so they can get admin to do bad things.
My advice: Give out admin to friends that you very well trust and think that they're capable of holding a responsibility like that. Don't just give out admin to people who are "acting good". Oh and, NEVER host a free admin server. Those turn out... bad.
Chrono:
--- Quote from: Jacky on December 02, 2010, 07:26:17 PM ---Giving out admin to people who act "good" is, well... let's say it's not a good thing to do.
For all we know they could just be "acting" good so they can get admin to do bad things.
My advice: Give out admin to friends that you very well trust and think that they're capable of holding a responsibility like that. Don't just give out admin to people who are "acting good". Oh and, NEVER host a free admin server. Those turn out... bad.
--- End quote ---
In both situations, you shouldn't make them admin.
You should only make someone admin if you actually need help moderating a server, and then give it to one or two most trusted people on the server.
Jacky:
--- Quote from: Chrono on December 02, 2010, 08:15:41 PM ---In both situations, you shouldn't make them admin.
You should only make someone admin if you actually need help moderating a server, and then give it to one or two most trusted people on the server.
--- End quote ---
Yes. That, too.
DrenDran:
--- Quote from: JamestheLeet on December 02, 2010, 07:16:52 PM ---You made that, right?
Do want.
--- End quote ---
I have an actual version which I could release.
But that's psudo-code to show the concept of it.