From 5e2eb7d67ae933b7566f1944d0bb7744da03d586 Mon Sep 17 00:00:00 2001 From: aura Date: Tue, 17 Feb 2026 23:42:09 +0100 Subject: move source stuff to its own folder --- sourcemod/scripting/include/gokz/tips.inc | 59 ------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 sourcemod/scripting/include/gokz/tips.inc (limited to 'sourcemod/scripting/include/gokz/tips.inc') diff --git a/sourcemod/scripting/include/gokz/tips.inc b/sourcemod/scripting/include/gokz/tips.inc deleted file mode 100644 index b5e2d3e..0000000 --- a/sourcemod/scripting/include/gokz/tips.inc +++ /dev/null @@ -1,59 +0,0 @@ -/* - gokz-tips Plugin Include - - Website: https://bitbucket.org/kztimerglobalteam/gokz -*/ - -#if defined _gokz_tips_included_ -#endinput -#endif -#define _gokz_tips_included_ - - - -// =====[ ENUMS ]===== - -enum -{ - Tips_Disabled = 0, - Tips_Enabled, - TIPS_COUNT -}; - - - -// =====[ CONSTANTS ]===== - -#define TIPS_PLUGINS_COUNT 9 -#define TIPS_CORE "gokz-tips-core.phrases.txt" -#define TIPS_TIPS "gokz-tips-tips.phrases.txt" -#define TIPS_OPTION_NAME "GOKZ - Tips" -#define TIPS_OPTION_DESCRIPTION "Random Tips Periodically in Chat - 0 = Disabled, 1 = Enabled" - -stock char gC_PluginsWithTips[TIPS_PLUGINS_COUNT][] = -{ - "goto", - "hud", - "jumpstats", - "localranks", - "measure", - "pistol", - "quiet", - "replays", - "spec" -} - - - -// =====[ DEPENDENCY ]===== - -public SharedPlugin __pl_gokz_tips = -{ - name = "gokz-tips", - file = "gokz-tips.smx", - #if defined REQUIRE_PLUGIN - required = 1, - #else - required = 0, - #endif -}; \ No newline at end of file -- cgit v1.2.3