༼ つ ◕_◕ ༽つ

This commit is contained in:
zaCade
2017-03-24 16:59:05 +01:00
parent b5e1c481fa
commit dac8227326
4 changed files with 699 additions and 0 deletions
@@ -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