Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dronelektron committed Sep 25, 2022
2 parents f460fe5 + ae613b7 commit 113a5e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripting/melee-friendly-fire.sp
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ public Plugin myinfo = {
name = "Melee friendly fire",
author = "Dron-elektron",
description = "Allows you to inflict damage to the allies",
version = "0.1.0",
version = "1.0.0",
url = "https://github.com/dronelektron/melee-friendly-fire"
};

static ConVar g_pluginEnabled = null;

public void OnPluginStart() {
g_pluginEnabled = CreateConVar("sm_melee_friendly_fire", "1", "Enable (1) or disable (0) melee friendly fire");

AutoExecConfig(true, "melee-friendly-fire");
}

public void OnClientPutInServer(int client) {
Expand Down

0 comments on commit 113a5e1

Please sign in to comment.