Explorar o código

Add plugin info struct

Thought I saved this before pushing the commit.  Oh well...
nosoop %!s(int64=6) %!d(string=hai) anos
pai
achega
de24a2ae90
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      scripting/tf_afkbot.sp

+ 9 - 0
scripting/tf_afkbot.sp

@@ -14,6 +14,15 @@
 
 #include <stocksoup/color_literals>
 
+#define PLUGIN_VERSION "1.0.0"
+public Plugin myinfo = {
+	name = "[TF2] TFAFKBot",
+	author = "nosoop",
+	description = "TFBots conjoined to human players.",
+	version = PLUGIN_VERSION,
+	url = "localhost"
+}
+
 Handle g_AllocatePlayerBotEntity;
 Handle g_SDKCallPEntityOfEntIndex, g_SDKCallNextBotFakeClient;