Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArKaNeMaN committed May 12, 2023
1 parent fddb9d6 commit c9d1545
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amxmodx/scripting/DG_MoreBonuses.sma
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ new gChances = 0;
#endif

new const PLUG_NAME[] = "[DG] More Bonuses";
new const PLUG_VER[] = "2.0.0";
new const PLUG_VER[] = DEATHGIFT_VERSION;

public plugin_natives() {
register_native("DG_RegisterBonus", "@Native_RegisterBonus");
Expand Down
2 changes: 1 addition & 1 deletion amxmodx/scripting/DG_MoreFuncs.sma
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#endif

new const PLUG_NAME[] = "[DG] More Funcs";
new const PLUG_VER[] = "2.0.1";
new const PLUG_VER[] = DEATHGIFT_VERSION;

public DG_OnBonusesInit() {
register_plugin(PLUG_NAME, PLUG_VER, "ArKaNeMaN");
Expand Down
2 changes: 1 addition & 1 deletion amxmodx/scripting/DeathGift.sma
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ new Fwds[E_Fwds];
// #define FwdExec(%1,%2) ExecuteForward(Fwds[Fwd_%1],%2)
// #define FwdReg(%1,%2) Fwds[Fwd_%1]=CreateMultiForward(%2,ET_STOP2)

new const PLUG_VER[] = "2.1.0";
new const PLUG_NAME[] = "Death Gift";
new const PLUG_VER[] = DEATHGIFT_VERSION;

public plugin_natives() {
register_library("DeathGift");
Expand Down
2 changes: 2 additions & 0 deletions amxmodx/scripting/include/DeathGift.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#endif
#define _deathgift_included

#define DEATHGIFT_VERSION "2.1.1"

#define DG_CONTINUE 0 /* Continue function execution */
#define DG_STOP 1 /* abort function */

Expand Down

0 comments on commit c9d1545

Please sign in to comment.