Author Topic: Report player  (Read 5686 times)

0 Members and 1 Guest are viewing this topic.

Offline Pancake

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
  • Arrggg!
Report player
« on: December 02, 2013, 06:12:47 PM »
What it would do is someone can type !report <player> <reason> and will send a pop up gui message to admins or when admins join they will get the message. :P

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Report player
« Reply #1 on: December 02, 2013, 07:10:17 PM »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Pancake

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
  • Arrggg!
Re: Report player
« Reply #2 on: December 05, 2013, 08:45:54 PM »

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Report player
« Reply #3 on: December 05, 2013, 10:32:48 PM »
Not the same Jam. His idea lets players send reports to admins. My plugin lets Admins warn players.

Offline morten7000

  • Newbie
  • *
  • Posts: 39
  • Karma: -1
Re: Report player
« Reply #4 on: December 06, 2013, 03:50:14 AM »
http://facepunch.com/showthread.php?t=1301766 Something like this?
I dont know what gamemode you want this for, so i dont know how the Damagelog will react on it. But i wonder.. There is a "Advanced RDm manager" Which have the !report, and will pop up for admins online on the server :)
« Last Edit: December 06, 2013, 03:51:50 AM by morten7000 »

Offline Bite That Apple

  • Hero Member
  • *****
  • Posts: 858
  • Karma: 416
  • Apple Innovations 2010®
    • Fun 4 Everyone Gaming
Re: Report player
« Reply #5 on: December 06, 2013, 03:35:26 PM »
What it would do is someone can type !report <player> <reason> and will send a pop up gui message to admins or when admins join they will get the message. :P

I can make this easily... but I can see this being an issue. Admins will be getting spammed with random stuff...
Quote from: John F. Kennedy 1963
A man may die, nations may rise and fall, but an idea lives on.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Report player
« Reply #6 on: December 06, 2013, 03:59:31 PM »
I can make this easily... but I can see this being an issue. Admins will be getting spammed with random stuff...

Then put measures in place to help. Here are a few ideas to get you started:

- Set a timer on how often a player can report someone.
- Store all of the reports in a table, don't just pop them up on any admin connected.
- When a report comes in, notify the connected admins via a simple chatbox message { "There are now X reports waiting for review" }
- Allow the admins to open the reports GUI on their own

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Report player
« Reply #7 on: December 06, 2013, 04:29:16 PM »
- Allow counters for same player being reported by multiple users during a single session
- Group the same player reports together if multiple exist using steamID (32 or 64) to verify previous.
- Prevent normal users reporting themselves. (*sigh* It would happen just to have users send notes to admins on anything they wanted)


Example
Player: Bubba, aka Luke , steamID <steamid> - Reported - 3x
- #1 Reporter Jed said Bubba "Team killed me on purpose" - <time>
- #2 Reporter Ted said Bubba "Prop killed me while I was building" - <time>
- #3 Reporter Fred said Luke "Used bad language!" - <time>
« Last Edit: December 06, 2013, 04:30:52 PM by JamminR »
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Pancake

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
  • Arrggg!
Re: Report player
« Reply #8 on: December 08, 2013, 02:52:55 PM »
Not the same Jam. His idea lets players send reports to admins. My plugin lets Admins warn players.
Yes the warn plugin is really more for admin use