diff --git a/_entWatch4/scripting/entWatch-core.sp b/_entWatch4/scripting/entWatch-core.sp index 4ff5e101..70280190 100644 --- a/_entWatch4/scripting/entWatch-core.sp +++ b/_entWatch4/scripting/entWatch-core.sp @@ -12,7 +12,7 @@ #include #include #include -#include +#include /* BOOLS */ bool g_bLate; diff --git a/_entWatch4/scripting/entWatch-glows.sp b/_entWatch4/scripting/entWatch-glows.sp new file mode 100644 index 00000000..1be50545 --- /dev/null +++ b/_entWatch4/scripting/entWatch-glows.sp @@ -0,0 +1,31 @@ +//==================================================================================================== +// +// Name: [entWatch] Beacons +// Author: zaCade & Prometheum +// Description: Handle the beacons of [entWatch] +// +//==================================================================================================== +#include + +#pragma newdecls required + +#include +#include + +//---------------------------------------------------------------------------------------------------- +// Purpose: +//---------------------------------------------------------------------------------------------------- +public Plugin myinfo = +{ + name = "[entWatch] Beacons", + author = "zaCade & Prometheum", + description = "Handle the beacons of [entWatch]", + version = "4.0.0" +}; + +//---------------------------------------------------------------------------------------------------- +// Purpose: +//---------------------------------------------------------------------------------------------------- +public void OnPluginStart() +{ +} \ No newline at end of file diff --git a/_entWatch4/scripting/entWatch-interface.sp b/_entWatch4/scripting/entWatch-interface.sp index d110d7ec..7d3be40a 100644 --- a/_entWatch4/scripting/entWatch-interface.sp +++ b/_entWatch4/scripting/entWatch-interface.sp @@ -10,7 +10,7 @@ #pragma newdecls required #include -#include +#include #include //---------------------------------------------------------------------------------------------------- diff --git a/_entWatch4/scripting/entWatch-logs.sp b/_entWatch4/scripting/entWatch-logs.sp index 2fe0113f..69e26918 100644 --- a/_entWatch4/scripting/entWatch-logs.sp +++ b/_entWatch4/scripting/entWatch-logs.sp @@ -10,7 +10,6 @@ #pragma newdecls required #include -#include #include #include diff --git a/_entWatch4/scripting/entWatch-messages.sp b/_entWatch4/scripting/entWatch-messages.sp index f68d6dc3..5812e95b 100644 --- a/_entWatch4/scripting/entWatch-messages.sp +++ b/_entWatch4/scripting/entWatch-messages.sp @@ -5,13 +5,13 @@ // Description: Handle the chat messages of [entWatch] // //==================================================================================================== -#include #include +#include #pragma newdecls required #include -#include +#include #include #define MESSAGEFORMAT "\x07%s[entWatch] \x07%s%s \x07%s(\x07%s%s\x07%s) %t \x07%s%s" diff --git a/_entWatch4/scripting/entWatch-restrictions.sp b/_entWatch4/scripting/entWatch-restrictions.sp index 8345672b..d7993d55 100644 --- a/_entWatch4/scripting/entWatch-restrictions.sp +++ b/_entWatch4/scripting/entWatch-restrictions.sp @@ -5,14 +5,14 @@ // Description: Handle the restrictions of [entWatch] // //==================================================================================================== -#include #include +#include #pragma newdecls required #include #include -#include +#include #include /* FORWARDS */ diff --git a/_entWatch4/scripting/entWatch-tools.sp b/_entWatch4/scripting/entWatch-tools.sp new file mode 100644 index 00000000..68781deb --- /dev/null +++ b/_entWatch4/scripting/entWatch-tools.sp @@ -0,0 +1,31 @@ +//==================================================================================================== +// +// Name: [entWatch] Tools +// Author: zaCade & Prometheum +// Description: Handle the tools of [entWatch] +// +//==================================================================================================== +#include + +#pragma newdecls required + +#include +#include + +//---------------------------------------------------------------------------------------------------- +// Purpose: +//---------------------------------------------------------------------------------------------------- +public Plugin myinfo = +{ + name = "[entWatch] Tools", + author = "zaCade & Prometheum", + description = "Handle the tools of [entWatch]", + version = "4.0.0" +}; + +//---------------------------------------------------------------------------------------------------- +// Purpose: +//---------------------------------------------------------------------------------------------------- +public void OnPluginStart() +{ +} \ No newline at end of file diff --git a/_entWatch4/scripting/include/entWatch.inc b/_entWatch4/scripting/include/entWatch4.inc similarity index 100% rename from _entWatch4/scripting/include/entWatch.inc rename to _entWatch4/scripting/include/entWatch4.inc