Daemon666 / CSB Knife Speed Public

Raises maxspeed while the knife is out (with a scale cvar) for the fast-knife feel of KZ, deathrun and HNS servers.

v1.0.0 114 téléchargements GPL-3.0 Dernière mise à jour Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Dec 17, 2025 1 Versions
csb_knife_speed.sma main 89a64fd 2.3 KB
README.md

CSB Knife Speed gives the classic fast-knife movement of KZ, deathrun and Hide'n'Seek. On every CurWeapon change the plugin checks the active weapon: switching to the knife applies csb_ks_speed (times an optional csb_ks_scale) with set_user_maxspeed; switching to any other weapon leaves the engine's own per-weapon maxspeed alone, so guns behave normally.

Features

  • Configurable knife maxspeed with a fine-tune scale multiplier.
  • Only the knife is boosted; other weapons keep their normal speed.
  • Re-applied on every weapon switch, so it survives respawns.
  • say /knifespeed shows the current knife speed.

Installation

  1. Enable the fun module in modules.ini.
  2. Compile csb_knife_speed.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Installation
1. Enable the fun module in addons/amxmodx/configs/modules.ini
2. Put csb_knife_speed.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
3. Change map
Cvars
CVARDefaultDescription
csb_ks_enabled 1 Enable or disable the knife speed boost.
csb_ks_speed 320 Maxspeed applied while holding the knife.
csb_ks_scale 1.0 Multiplier applied to the knife speed for fine tuning.
Commandes
CommandAccessDescription
say /knifespeed Show the current knife maxspeed.
Journal des modifications — v1.0.0
1.0.0 - Initial release.
Versions →
Note

No ratings yet.

À propos
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Télécharger .sma
Prérequis
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Modules fun
Conflits connus Other plugins that call set_user_maxspeed on weapon switch can override the knife speed.
Contributeurs
Retour aux Plugins