Name: Speed
Description: The plugin shows the player in the HUD his current speed. Also, the player can enable or disable the speed display for himself if the plugin is enabled (
via !settings menu).
CVars:- sm_speed_version - Plugin version
- sm_speed_update - Speed information refresh rate. 0 - disabled
- sm_speed_unit - 0 - units/sec, 1 - meters/sec, 2 - kilometers/hour, 3 - miles/hour
- sm_speed_vertical - Take into account the vertical component of the velocity
- sm_speed_color - HUD info color. Set by HEX (RGB, RGBA, RRGGBB or RRGGBBAA, values 0 - F or 00 - FF, resp.). Wrong color code = white
- sm_speed_x - Position from left to right (-1.0 - center)
- sm_speed_y - Position from top to bottom (-1.0 - center)
Changes in 1.0.1 [2022/07/01]:- Plugin name changed.
- Changed cvar sm_speed_color (from "R G B A" in decimal to "RGBA" in hex).
- Added cvars sm_speed_version and sm_speed_vertical.
- Added client preference to turn speed display on or off.
Plugin on Github