diff --git a/README.md b/README.md index 91bd523..6554f7a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# z4lab-SurfTimer 281 for CS:GO +# z4lab-SurfTimer 282 for CS:GO + + +### This repository won't be updated anymore! But I'll try to keep the timer running. Any currently open or new requests/issues will be closed/ignored! The timer (as is,) is working with the current version of csgo and sourcemod. I will NOT provide private support of any kind! For questions about the timer code ask the admins on the [surftimer discord](https://discord.gg/7SFDTvf). ~ Ace ## Installation and requirements [SourceMod 1.10](https://www.sourcemod.net/downloads.php?branch=stable), [MetaMod 1.10](https://www.sourcemm.net/downloads.php/?branch=stable) and a working MariaDB or MySQL8 instance is required for this plugin diff --git a/addons/sourcemod/scripting/SurfTimer.sp b/addons/sourcemod/scripting/SurfTimer.sp index a940885..7e213fd 100644 --- a/addons/sourcemod/scripting/SurfTimer.sp +++ b/addons/sourcemod/scripting/SurfTimer.sp @@ -39,7 +39,7 @@ #pragma semicolon 1 // Plugin Info -#define VERSION "281" +#define VERSION "282" // Database Definitions #define MYSQL 0 @@ -210,7 +210,7 @@ enum SkillGroup public Plugin myinfo = { name = "SurfTimer", - author = "Ace & olokos", + author = "[z4lab] Ace | totles & olokos", description = "a fork from fluffys cksurf fork", version = VERSION, url = "https://github.com/z4lab/z4lab-surftimer"