added discord integration and updated create table script
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user