diff --git a/deathmatch.zip b/deathmatch.zip new file mode 100644 index 0000000..5f14a57 Binary files /dev/null and b/deathmatch.zip differ diff --git a/plugins/deathmatch.smx b/plugins/deathmatch.smx index bb003c9..3f0aa72 100644 Binary files a/plugins/deathmatch.smx and b/plugins/deathmatch.smx differ diff --git a/scripting/deathmatch.sp b/scripting/deathmatch.sp index 3935f70..09d8f10 100644 --- a/scripting/deathmatch.sp +++ b/scripting/deathmatch.sp @@ -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.");