[ANY] Report bot ( SQL + Instant Discord Notification )
1 Attachment(s)
Short Description:
A plugin that allows players to report, basically a player on the server types !report <reason> or !report <username/id> <reason> and it'll add it to the specified database and send a notification to your discord channel using webhooks. Requires: SteamWorks Installation: 1- Download the file and extract it in your sourcemod file. 2- Navigate to your csgo folder/cfg/sourcemod/report_bot.cfg and insert your webhook 3- go to your database config and insert the following at the end: Code:
"reports"Code:
CREATE DATABASE IF NOT EXISTS `<Your DataBase Name Here>` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;1- First 2- Second Credits: Me drew73197 Benito |
Re: [ANY] Report bot ( SQL + Instant Discord Notification )
8)
|
Re: [ANY] Report bot ( SQL + Instant Discord Notification )
Would be cool if you added a ingame menu with a list of reasons and being able to chose players on the server via menu. This way people can't input stupid reasons and limits mistakes of reporting the wrong person.
|
Re: [ANY] Report bot ( SQL + Instant Discord Notification )
:D
|
Re: [ANY] Report bot ( SQL + Instant Discord Notification )
this plugins also requires smjansson and a discord api plugin, would be nice to add to your post since people are having problems using it
Code:
[SM] Unable to load plugin "report_bot.smx": Required extension "SMJansson" file("smjansson.ext") not runningCode:
[SM] Unable to load plugin "report_bot.smx": Native "DiscordWebHook.Send" was not found |
Re: [ANY] Report bot ( SQL + Instant Discord Notification )
Quote:
|
| All times are GMT -4. The time now is 11:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.