[FilterScript] ReportSystem v1.0.0
#1

ReportSystem v1.0.0
by paul988
Features:
Код:
* Players can use /report to report another online player
* /report has a 3 minutes cooldown so players won't be able to spam it
* Adminstrators (RCON Admin) can lookup reports with /reports
* Adminstrators (RCON Admin) can delete reports
* Adminstrators (RCON Admin) can reload all reports
* Adminstrators (RCON Admin) can check a specified reported player with /checkreports
Commands:
Код:
Player Commands:
* /report [PlayerID/PartOfName] [Reason]

Admin Commands (RCON):
* /reports
* /checkreports [1/2/3] [ReportID/Reporter/Reported]
* /deletereport [ReportID]
* /reloadreports
Config:
Change these settings to your liking before compiling the filterscript
pawn Код:
#define MAX_PLAYERS         (50) // == MAX_PLAYERS (change to the amount of player slots you have on your server)

#define SQL_HOST            "" // == MySQL Host
#define SQL_USER            "" // == MySQL Username
#define SQL_DB              "" // == MYSQL Database
#define SQL_PASS            "" // == MYSQL Password

#define SQL_PORT            (3306) // == MySQL Port
#define SQL_AUTOCONNECT     true // == MySQL AutoConnect
#define SQL_POOL-SIZE       (4) // == MySQL Pool_Size
Includes & Plugins: Downloads:
Reply


Messages In This Thread
ReportSystem v1.0.0 - by paul988 - 16.11.2014, 00:37
Re: ReportSystem v1.0.0 - by PedexM - 16.11.2014, 00:53
Re: ReportSystem v1.0.0 - by paul988 - 16.11.2014, 00:54
Re: ReportSystem v1.0.0 - by PedexM - 16.11.2014, 01:59
Re: ReportSystem v1.0.0 - by M0HAMMAD - 16.11.2014, 18:00
Re: ReportSystem v1.0.0 - by organe. - 16.11.2014, 20:31
Re: ReportSystem v1.0.0 - by Abagail - 16.11.2014, 22:10

Forum Jump:


Users browsing this thread: 1 Guest(s)