New Plugin: NoAdminTools

+ new native to mapchooser_extended
This commit is contained in:
Dogan
2019-06-15 23:25:37 +02:00
parent 6c38e0b85e
commit fd7edc620e
4 changed files with 276 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#if defined _AFKManager_Included
#endinput
#endif
#define _AFKManager_Included
native int GetClientIdleTime(int client);
public SharedPlugin __pl_AFKManager =
{
name = "AFKManager",
file = "AFKManager.smx",
#if defined REQUIRE_PLUGIN
required = 1,
#else
required = 0,
#endif
};
#if !defined REQUIRE_PLUGIN
public __pl_AFKManager_SetNTVOptional()
{
MarkNativeAsOptional("GetClientIdleTime");
}
#endif