New plugin: RandomTriggerTouch

randomizes OnTrigger !activator by randomizing calls to trigger_multiple Touch
This commit is contained in:
BotoX
2016-12-05 23:05:51 +01:00
parent 3818fea767
commit 2733e53800
6 changed files with 170 additions and 4 deletions
+29
View File
@@ -0,0 +1,29 @@
#if defined _cssfixes_included
#endinput
#endif
#define _cssfixes_included
forward void OnRunThinkFunctions(bool simulating);
forward void OnRunThinkFunctionsPost(bool simulating);
public Extension:__ext_CSSFixes =
{
name = "CSSFixes",
file = "CSSFixes.ext",
#if defined AUTOLOAD_EXTENSIONS
autoload = 1,
#else
autoload = 0,
#endif
#if defined REQUIRE_EXTENSIONS
required = 1,
#else
required = 0,
#endif
};
#if !defined REQUIRE_EXTENSIONS
public __ext_CSSFixes_SetNTVOptional()
{
}
#endif
+2 -2
View File
@@ -61,7 +61,7 @@ public Extension:__ext_PointDetour =
};
#if !defined REQUIRE_EXTENSIONS
public __ext_dhooks_SetNTVOptional()
public __ext_PointDetour_SetNTVOptional()
{
}
#endif
#endif