Skip to content

Commit

Permalink
Change settings and increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxa committed Jul 21, 2020
1 parent 74fd11a commit 7020e64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions valve/addons/amxmodx/configs/maps/prefix_ze.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ mp_flashlight 1
mp_teamplay 1
mp_teamlist "hgrunt;zm_cso_host"
sv_maxspeed 300

// bugfixed hl
mp_bunnyhop 0 // disable this or gameplay is gonna get unfair
mp_notify_player_status 3
mp_friendlyfire 0

2 changes: 1 addition & 1 deletion valve/addons/amxmodx/scripting/hlze_bspcompat.sma
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <hlze_stocks>

#define PLUGIN "HL:ZE - BSP Compat"
#define VERSION "0.1"
#define VERSION "0.2"
#define AUTHOR "rtxA"

#pragma semicolon 1
Expand Down
2 changes: 1 addition & 1 deletion valve/addons/amxmodx/scripting/hlze_claws.sma
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <hlze_const>

#define PLUGIN "HL:ZE - Claws"
#define VERSION "0.1"
#define VERSION "0.2"
#define AUTHOR "rtxA"

#pragma semicolon 1
Expand Down
2 changes: 1 addition & 1 deletion valve/addons/amxmodx/scripting/hlze_unlimited_ammo.sma
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <hlstocks>

#define PLUGIN "HL:ZE - Unlimited Ammo"
#define VERSION "0.1"
#define VERSION "0.2"
#define AUTHOR "rtxA | Dr.Freeman"

enum {
Expand Down

0 comments on commit 7020e64

Please sign in to comment.