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

Commit

Permalink
release 281
Browse files Browse the repository at this point in the history
  • Loading branch information
13ace37 committed Apr 5, 2020
1 parent 47202e0 commit a3cf03e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SurfTimer 280 for CS:GO
# z4lab-SurfTimer 281 for CS:GO

## 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 instance is required for this plugin
[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

<sup>(This version also supports SourceMod 1.11 and MetaMod 1.11)</sup>

Expand All @@ -20,30 +20,33 @@
- That means you won't delete any pre-entered questions!
- You're giving clear information
- You won't edit issues - you always write a new comment below!
- **I won't provide support for servers who use banned/blacklisted plugins!**
- **Our discord server is not meant for timer support!**
- **Any community/server specific bug/suggestion will be ignored/closed!**

## Changelog

* [Changelog](https://github.com/13ace37/SurfTimer/blob/master/CHANGELOG.md) for a list of all our changes / fixes
* [Changelog](https://github.com/z4lab/z4lab-surftimer/blob/master/CHANGELOG.md) for a list of all our changes / fixes


## Fresh Install

* download the latest version from the release page [here](https://github.com/13ace37/SurfTimer/releases/latest)
* download the latest version from the release page [here](https://github.com/z4lab/z4lab-surftimer/releases/latest)
* copy the files to your csgo directory
* edit configs (mysql db, etc, to do)

## Upgrade

### upgrading from SurfTimer(fluffys)

* download the latest version from the release page [here](https://github.com/13ace37/SurfTimer/releases/latest)
* copy the files to your csgo directory <br> - an update script can be found [here](https://github.com/13ace37/SurfTimer/blob/master/scripts/upgrade_scripts/upgrade-fluffy.sh)
* download the latest version from the release page [here](https://github.com/z4lab/z4lab-surftimer/releases/latest)
* copy the files to your csgo directory <br> - an update script can be found [here](https://github.com/z4lab/z4lab-surftimer/blob/master/scripts/upgrade_scripts/upgrade-fluffy.sh)
* edit configs (mysql db, etc, to do)
* run `mysql-files/upgrade-fluffy.sql` in your surftimer db

### upgrading from ckSurf(nikooo777)

* download the latest version from the release page [here](https://github.com/13ace37/SurfTimer/releases/latest)
* download the latest version from the release page [here](https://github.com/z4lab/z4lab-surftimer/releases/latest)
* copy the files to your csgo directory
* remove all old ckSurf data you don't want anymore
* run `mysql-files/upgrade-niko.sql` in your ckSurf db
Expand Down Expand Up @@ -110,9 +113,10 @@ extensions used in this version:
* nikooo777 - ckSurf 1.19 Fork
* <a href="http://steamcommunity.com/id/fluffystko/">fluffys</a>
* Jakeey802
* Grandpa Goose
* Grandpa Goose

</details>

* [Ace](https://github.com/13ace37) [xace.ch](https://xace.ch)
* [olokos](https://github.com/olokos) [steam](https://steamcommunity.com/id/olokos/)
* [olokos](https://github.com/olokos) [Steam](https://steamcommunity.com/id/olokos/)

4 changes: 2 additions & 2 deletions addons/sourcemod/scripting/SurfTimer.sp
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ public Plugin myinfo =
{
name = "SurfTimer",
author = "Ace & olokos",
description = "a fork from z4labs fluffys cksurf fork",
description = "a fork from fluffys cksurf fork",
version = VERSION,
url = "https://github.com/13ace37/SurfTimer"
url = "https://github.com/z4lab/z4lab-surftimer"
};

/*===================================
Expand Down

0 comments on commit a3cf03e

Please sign in to comment.