tmp64
tmp64
Removed manually merged branches
Removed other old branches. Created PRs for WIP branches.
It works fine for me. Type this in the console and post the result here ``` hud_playerid hud_centerid ```
If `hud_centerid` is `0`, it means that it's disabled. Set it to `1` or enable the checkbox in the Advanced Options.
Both `hud_centerid 0` and `hud_centerid 1` work as intended on my side
This is what it's supposed to look like: `hud_centerid 1`  `hud_centerid 0` 
I think there's a server plugin that adds this text. Try on a different server.
Без BugfixedHL игра запускается?
The AMXX command menu can do that already - Handled entirely server-side. Client only receives the list of menu items. - No mouse support but with the control #229 should...
**TL;DR** Use DirectInput on Windows and Raw Input on Linux because there is no mouse acceleration The three input modes are: - Engine (which is incorrectly named, a better name...