From a53574d777c3150264fe09aaaae61ac60e001915 Mon Sep 17 00:00:00 2001 From: Giferns <47265743+Giferns@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:14:56 +0300 Subject: [PATCH] Update reapi_healthnade.sma Add description and bump version --- amxmodx/scripting/reapi_healthnade.sma | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/amxmodx/scripting/reapi_healthnade.sma b/amxmodx/scripting/reapi_healthnade.sma index 342e74c..8d5b955 100644 --- a/amxmodx/scripting/reapi_healthnade.sma +++ b/amxmodx/scripting/reapi_healthnade.sma @@ -52,9 +52,13 @@ 0.0.15f (30.12.2023) * Добавлен натив HealthNade_HasNade() + 0.0.16f (19.02.2024) + * Добавлен отсев ботов в CBasePlayer_OnSpawnEquip_Post() + * https://github.com/Giferns/HealthNade/pull/13 + * Спасибо https://github.com/anzz1 */ -new const PLUGIN_VERSION[] = "0.0.15f"; +new const PLUGIN_VERSION[] = "0.0.16f"; #pragma semicolon 1