AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   ReportNRequest (https://forums.alliedmods.net/showthread.php?t=19281)

SentryIII 10-13-2005 03:42

ReportNRequest
 
1 Attachment(s)
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:

Code:

                                        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.


All times are GMT -4. The time now is 20:00.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.