Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
282
Browse files Browse the repository at this point in the history
  • Loading branch information
13ace37 committed Apr 12, 2020
1 parent c049ce6 commit ffbbc8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions addons/sourcemod/scripting/SurfTimer.sp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#pragma semicolon 1

// Plugin Info
#define VERSION "281"
#define VERSION "282"

// Database Definitions
#define MYSQL 0
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ffbbc8d

Please sign in to comment.