[BotTargeting] Boredum too stronk.

This commit is contained in:
zaCade
2023-07-23 19:00:42 +02:00
parent 97df90ed62
commit 7b4b8fee77
2 changed files with 140 additions and 0 deletions
@@ -0,0 +1,24 @@
#if defined _BotTargeting_Included
#endinput
#endif
#define _BotTargeting_Included
native bool IsClientAutismBot(int client);
public SharedPlugin __pl_BotTargeting =
{
name = "BotTargeting",
file = "BotTargeting.smx",
#if defined REQUIRE_PLUGIN
required = 1,
#else
required = 0,
#endif
};
#if !defined REQUIRE_PLUGIN
public __pl_BotTargeting_SetNTVOptional()
{
MarkNativeAsOptional("IsClientAutismBot");
}
#endif