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

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo H committed Apr 23, 2019
2 parents 1d9c9d4 + 871f4fb commit d4eedda
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 155 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# z4lab-SurfTimer v2.3 for CS:GO
# z4lab-SurfTimer v2.4 for CS:GO

## features added so far
* added discord bonus announcement
* added prestrafe chat info option

## fork from fluffys - credits
* Jonitaikaponi - Original ckSurf creator
* nikooo777 - ckSurf 1.19 Fork
* <a href="http://steamcommunity.com/id/fluffystko/">fluffys</a>
* Jakeey802
* Grandpa Goose
* Jonitaikaponi - Original ckSurf creator
* nikooo777 - ckSurf 1.19 Fork
* <a href="http://steamcommunity.com/id/fluffystko/">fluffys</a>
* Jakeey802
* Grandpa Goose
Binary file modified addons/sourcemod/plugins/surftimer.smx
Binary file not shown.
6 changes: 2 additions & 4 deletions addons/sourcemod/scripting/SurfTimer.sp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
#pragma semicolon 1

// Plugin Info
#define VERSION "2.3.1"
#define PLUGIN_VERSION 230
#define VERSION "2.4"

// Database Definitions
#define MYSQL 0
Expand Down Expand Up @@ -220,7 +219,7 @@ enum SkillGroup
public Plugin myinfo =
{
name = "SurfTimer",
author = "totles",
author = "[z4lab] - Maintainer: totles & Ace",
description = "a fork from fluffys cksurf fork",
version = VERSION,
url = "https://github.com/totles/z4lab-surftimer"
Expand Down Expand Up @@ -762,7 +761,6 @@ bool g_bShowSpecs[MAXPLAYERS + 1];
// Client autobhop?
bool g_bAutoBhopClient[MAXPLAYERS + 1];


// centre hud new
bool g_bCentreHud[MAXPLAYERS + 1];
int g_iCentreHudModule[MAXPLAYERS + 1][6];
Expand Down
1 change: 0 additions & 1 deletion addons/sourcemod/scripting/surftimer/commands.sp
Original file line number Diff line number Diff line change
Expand Up @@ -3124,7 +3124,6 @@ public void MiscellaneousOptions(int client)
else
AddMenuItem(menu, "", "[OFF] Prestrafe Message");


SetMenuExitBackButton(menu, true);
DisplayMenu(menu, client, MENU_TIME_FOREVER);
}
Expand Down
144 changes: 0 additions & 144 deletions mysql-files/upgrading/upgrade-marco.sql

This file was deleted.

0 comments on commit d4eedda

Please sign in to comment.