From af16baa531844f572bcb1ebf11e17b286de21f98 Mon Sep 17 00:00:00 2001 From: Brandon Hammer Date: Fri, 13 Nov 2020 09:37:33 +0000 Subject: [PATCH] Upload files to '' --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0f2a27f --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# ClanTagRank + +# Warning: + +This plugin is currently only intended to run on Plutonium t6 zombies! + +# Description: + +This C++ Plutonium t6 plugin and C# iw4m-admin plugin are used together to grab the iw4m-admin role for a player name, and set it as their clan tag in game. + +# Installation: + +Download the latest .zip from the release page, and put the ClanTagRank.dll in your t6 server under ```./t6r/data/plugins```, and ClanTagRankApi.dll in your Iw4m-admin folder under ```./Plugins``` + +# Limitations: + +Currently, these plugins require iw4m-admin to be running locally, on the same machine as your servers, and also needs to be running on the default port 1624. + +if either of these aren't followed, you will see an error in your server's console window that looks similar to this ```curl_easy_perform() failed: Couldn't connect to server``` \ No newline at end of file