SA-MP Forums Archive
[FilterScript] ReportSystem v1.0.0 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] ReportSystem v1.0.0 (/showthread.php?tid=546535)



ReportSystem v1.0.0 - paul988 - 16.11.2014

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:


Re: ReportSystem v1.0.0 - PedexM - 16.11.2014

Ooh Nice, but can upload in pastebin?

Very nice.


Re: ReportSystem v1.0.0 - paul988 - 16.11.2014

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

Very nice.
Pastebin: http://pastebin.com/nCvEugQL


Re: ReportSystem v1.0.0 - PedexM - 16.11.2014

Nice, + rep.


Re: ReportSystem v1.0.0 - M0HAMMAD - 16.11.2014

nice fs !
keep it up


Re: ReportSystem v1.0.0 - organe. - 16.11.2014

oh nice fs, +rep


Re: ReportSystem v1.0.0 - Abagail - 16.11.2014

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