CSB Knife Speed

v1.0.0 0 téléchargements Daemon666 Dernière mise à jour: Jul 15, 2026

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

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 →
Contributeurs: Daemon666 ✦
Licence: GPL-3.0

Note

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Télécharger .sma
Fichiers:
csb_knife_speed.sma main 2.3 KB

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.
Retour aux Plugins