Author Topic: Orange Man - "I did nothing and they abused me and ruined my computer!1!1"  (Read 3000 times)

There should be a kill log like in mm

There should be a kill log like in mm

random names are an interesting element but they make administrating quite confusing

click-to-see names also get kind of confusing but it's a given with the random names thing

kill logs make things easier

MM is quite easier to administrate for various reasons

You could also adapt this, which I pulled out of my RP chat mod:

Code: [Select]
function servercmdWhois(%cl, %n1, %n2, %n3, %n4, %n5)
{
%search = trim(%n1 SPC %n2 SPC %n3 SPC %n4 SPC %n5);
if(%search !$= "")
{
for(%i=0;%i<ClientGroup.getCount();%i++)
{
%this = ClientGroup.getObject(%i);
%name = %this.fakeName;
while((%temp = stripMLControlChars(%name)) !$= %name)
%name = %temp;
if(striPos(%name, %search) != -1)
%line[-1+%lines++] = "\c6Match "@%match++@": \"\c3"@%name@"\c6\" (Real name: \"\c3"@%this.name@"\c6\").";
}
if(%lines != 0) %cl.chatMessage("\c2Fake Name Matches:");
for(%i=0;%i<%lines;%i++) %cl.chatMessage(%line[%i]); %lines = 0;
}
for(%i=0;%i<ClientGroup.getCount();%i++)
{
%this = ClientGroup.getObject(%i);
%name = %this.name; %fakeName = (%this.fakeName $= "" ? %name : %this.fakeName);
while((%temp = stripMLControlChars(%fakeName)) !$= %fakeName)
%fakeName = %temp;
if(%search $= "" || striPos(%name, %search) != -1)
%line[-1+%lines++] = "\c6Match "@%match++@": \"\c3"@%name@"\c6\" (Fake name: \"\c3"@%fakeName@"\c6\").";
}
if(%lines != 0) %cl.chatMessage("\c2Real Name Matches:");
for(%i=0;%i<%lines;%i++) %cl.chatMessage(%line[%i]);
}

Ctrl+H in Notepad
Put "%this.fakeName" in Find What
Put "%this.whateverVariable" in Replace With, where "whateverVariable" is the client variable for the player's fake name.

If it's player-based, use %this.player.whateverVariable instead.

I honestly don't have a problem with OrangeMan

but I always thought BlockoBlocko's server was stuff

You could also adapt this, which I pulled out of my RP chat mod

SMM already has a /whois command though. Albeit it's not particularly good at the moment, it works!

The server isn't stuff, there may be a few bad admins but the fact of the matter is, it's a super hard server to administrate.

This
I might implement some more admin-friendly features to the gamemode so they actually have a grip on what the hell is actually going on.
Needs to be done.

Although if anyone has any screenshots of an admin breaking any of the following rules...
Quote
1. Do not change the environment of the server without permission.
2. Do not change the server settings without permission.
3. Do not edit the build.
or doing something questionable, send them to either me or Blocko. Thank You.

wait
so is lurker blockoblocko or what im confused

wait
so is lurker blockoblocko or what im confused
Yes, BlockoBlocko is Lurker.