Merge remote-tracking branch 'unloze/master'

and fix like everything
This commit is contained in:
BotoX
2019-07-25 00:14:52 +02:00
1024 changed files with 52953 additions and 9868 deletions
-33
View File
@@ -1,33 +0,0 @@
#if defined _HappyHour_included
#endinput
#endif
#define _HappyHour_included
/**
* Check if it is Happy Hour or not
*
*
* @return True if yes, false if no.
*/
native bool HH_IsItHappyHour();
public SharedPlugin __pl_HappyHour =
{
name = "HappyHour",
file = "HappyHour.smx",
#if defined REQUIRE_PLUGIN
required = 1
#else
required = 0
#endif
};
#if !defined REQUIRE_PLUGIN
public void __pl_HappyHour_SetNTVOptional()
{
MarkNativeAsOptional("HH_IsItHappyHour");
}
#endif
+1
View File
@@ -0,0 +1 @@
../HappyHour/scripting/include/HappyHour.inc