PDA

View Full Version : ReportNRequest


SentryIII
10-13-2005, 03:42
Ported and updated from amxmod.

Report N' Request version 2.0

This plugin allows the players to submit their needs to the server host. When someone submits the submission is added to the end of the applicable log. The plugin logs both requests and reports to ../addons/amxmodx/logs

Commands:
amx_report - report suspected cheaters or abusive admins.
amx_request - sumbit a request for the server.

NOTE: This plugin is flood proof.

Added Features:
Upon submission, all admins with the ADMIN_IMMUNITY flag are shown the submission in a motd window and also in their console.

Installation:
1. Copy 'rnr.amx' to ../addons/amxmodx/plugins
2. Add the following line into 'plugins.ini':
rnr.amx (found here: addons\amxmodx\configs)

DarkSnow
10-13-2005, 03:47
Nice, who were the original author?

SentryIII
10-13-2005, 03:54
thanks, me...

DarkSnow
10-13-2005, 04:17
Oh :D Nicely done, most servers could do with this

Proach
10-13-2005, 04:29
tx good job!

Sambuccaboy
10-13-2005, 06:14
Sounds nice, will give it a try. Thankz!

Sammy

kILL-jOY
10-13-2005, 17:01
awsome idea

going to use this

diamond-optic
11-28-2005, 19:58
i know this is kinda old.. but is there a way to turn the motd popup off? cuase by the sounds of it.. i could be in the middle of a firefight and have a motd screen popup right? dont want that to happen lol

like for example:

if (get_user_flags(i)&ADMIN_IMMUNITY){
show_motd(i,text,"User Request")
client_print(i,print_chat,"** Request has been submitted by %s.",name)
client_print(i,print_console,text)

could i just take out/comment the "show_motd" part and that would stop it?

I Pee Sitting Down
12-09-2005, 05:53
Ive been using amx and amxx on my server for a long time now i decided to sign up for the forums


anyone test this out?

looks useful

Kensai
12-27-2005, 23:45
What is the number supposed to be? When someone requests/reports I see a number..

Can you change that to either their name or Steam Id, or both?

Awesome plugin btw.

Charming
12-28-2005, 05:09
goodjob .

[+]
12-28-2005, 17:54
Does an motd pop up each time a user does amx_repor?

d4rkst4r
12-29-2005, 01:09
does it say which user reported it? screenies? 8)

Kensai
12-29-2005, 01:54
No, it says some number...I'm guessing their player id, but I dunno.

Lt Llama
01-06-2006, 15:30
No, it says some number...I'm guessing their player id, but I dunno.

It shows
<><1><STEAM_0:0:123615>: I want noclip god damn.

If you want all your admins on the server to see the report and request motd windows you can change ADMIN_IMMUNITY to ADMIN_SLAY.

Some things:
1. As the others have said it would be nice with the name added in the log files.
2. The print_chat message dont show the name.
So this line don't work
client_print(i,print_chat,"** Request has been submitted by %s.",name)
3. I would like it to work so that when an admin connects for the first time the motd window pops up and he can read all requests and reports which have been added. The motd window wont show up anymore until he connects next time.

Otherwise this is really a useful plugin. We have a webby for reporting and requesting but noone visits it. This is much better.

ride GTP
01-06-2006, 19:29
sweet idea

i am going to try this out

DDR Khat
03-06-2006, 19:50
Does this work at all for "Natural Selection?"

Also does it report the MOTD on login or when request is made?

Lt Llama
03-07-2006, 03:00
Does this work at all for "Natural Selection?"

Also does it report the MOTD on login or when request is made?

When request is done

EKS
05-27-2006, 08:22
The maximum length of a steamid is 34 or 64, not 16. Update the vars in the plugin to get it approved

EKS
05-28-2006, 19:46
moved to unapproved.