[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
#2

Ooh Nice, but can upload in pastebin?

Very nice.
Reply
#3

Quote:
Originally Posted by PedexM
Посмотреть сообщение
Ooh Nice, but can upload in pastebin?

Very nice.
Pastebin: http://pastebin.com/nCvEugQL
Reply
#4

Nice, + rep.
Reply
#5

nice fs !
keep it up
Reply
#6

oh nice fs, +rep
Reply
#7

Why would you save reports? The player may not even be online by the time it gets loaded again.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)