Skip to content

Commit

Permalink
Updated version cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxximou5 committed Aug 17, 2014
1 parent e07e7c5 commit d8c37c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added deathmatch.zip
Binary file not shown.
Binary file modified plugins/deathmatch.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion scripting/deathmatch.sp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public OnPluginStart()
backup_ammo_grenade_limit_flashbang = GetConVarInt(ammo_grenade_limit_flashbang);
backup_ammo_grenade_limit_total = GetConVarInt(ammo_grenade_limit_total);
// Create console variables
CreateConVar("na_dm_version", PLUGIN_VERSION, "Deathmatch version.", FCVAR_PLUGIN | FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY | FCVAR_DONTRECORD);
CreateConVar("dm_m5_version", PLUGIN_VERSION, "Deathmatch version.", FCVAR_PLUGIN | FCVAR_SPONLY | FCVAR_REPLICATED | FCVAR_NOTIFY | FCVAR_DONTRECORD);
cvar_dm_enabled = CreateConVar("dm_enabled", "1", "Enable Deathmatch.");
cvar_dm_welcomemsg = CreateConVar("dm_welcomemsg", "1", "Display a message saying that your server is running Deathmatch.");
cvar_dm_free_for_all = CreateConVar("dm_free_for_all", "0", "Free for all mode.");
Expand Down

0 comments on commit d8c37c4

Please sign in to comment.