Modified /kill
So you know how when you get killed with /kill, it says your killer was "Admin"? How would we change "killed by Admin" to the player who has used /kill on you "Lexuss?
Example: I killed myself with /killed, instead of "killed by Admin", it will be "killed by Lexuss"
- - - Updated - - -
Source is FSOD btw
Pretty sure it would just be this:
i.Player.Death(player.Name);
in AdminCommands.cs, function:
internal class KillPlayerCommand : Command