added discord integration and updated create table script

This commit is contained in:
jenz
2023-02-03 11:38:47 +01:00
parent 532c3212ce
commit 2d3ef46f86
3 changed files with 69 additions and 25 deletions
@@ -0,0 +1,28 @@
#if defined _jenz_ban_detector_Included
#endinput
#endif
#define _jenz_ban_detector_Included
/**
* Called after a client has been detected for ban avoiding
*
* @param client Client index of the target.
* @param detected_sourceban either steamID or IP of the detected sourceban ban
* @noreturn
*/
forward void BanDetectorPost(int client, const char[] detected_sourceban);
/* Do not edit below this line */
public SharedPlugin __pl_jenz_ban_detector =
{
name = "jenz_ban_detector",
file = "jenz_ban_detector.smx",
#if defined REQUIRE_PLUGIN
required = 1,
#else
required = 0,
#endif
};