Skip to content

Commit

Permalink
Up version, fix in regg-main.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
byjumpe committed Dec 9, 2023
1 parent ce6da87 commit 9d1437f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions cstrike/addons/amxmodx/configs/regg/regg-main.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
// 2 - FFA
regg_mode "0"

// Восстановление гранаты на уровне Hegrenade после броска
regg_nade_refresh "5.0"

// Режим Knife Pro позволяет украсть посредством
// убийства с ножа уровень либо очки
// Настройка не распространяется на режим командной игры
Expand All @@ -22,10 +19,11 @@ regg_steal_value "1"
regg_team_steal_value "3"

// Смена карты, какой плагин использовать
// 0 - ReGG Map Manager, a random map from the maplist (maps.ini or mapcycle.txt)
// 1 - Map Manager by Mistrik (v. 3.0.7)
// 2 - MapChooser RBS by SKAJIbnEJIb
// 3 - Map Manager by Mistrik (v. 2.5.61)
regg_mapchange_type "1"
regg_mapchange_type "0"

// Оружие AWP имеет 1 выстрел, перезарядка если не убили
regg_awp_oneshot "1"
Expand Down
2 changes: 1 addition & 1 deletion cstrike/addons/amxmodx/scripting/include/regg.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#define REGG_MAJOR_VERSION 0
#define REGG_MINOR_VERSION 4
#define REGG_MAINTENANCE_VERSION 36
#define REGG_MAINTENANCE_VERSION 38

#define REGG_VERSION str_to_num(fmt("%d%d%d", REGG_MAJOR_VERSION, REGG_MINOR_VERSION, REGG_MAINTENANCE_VERSION))
#define REGG_VERSION_STR fmt("%d.%d.%d-alpha", REGG_MAJOR_VERSION, REGG_MINOR_VERSION, REGG_MAINTENANCE_VERSION)
Expand Down

0 comments on commit 9d1437f

Please sign in to comment.