This Metamod plugin fixes messages output on old (non-steam) CS 1.6 clients («%s» instead of a message in the center) caused by AMXX Mod X build v5260 and later.
- Install the Metamod
- Download archive printcenterfix.zip
- Unpack the
printcenterfix_mm.dll(for Windows) orprintcenterfix_mm_i386.so(for Linux) to<hlds>/cstrike/addons/printcenterfixdirectory. - Edit the file
<hlds>/cstrike/addons/metamod/plugins.ini - For Windows add:
win32 addons\printcenterfix\printcenterfix_mm.dll- For Linux add:
linux addons/printcenterfix/printcenterfix_mm_i386.soCompiler with C++17 support, CMake version 3.21 or later, Ninja.
cmake --preset windows-msvc-release && cmake --build --preset windows-msvc-release cmake --preset windows-clang-release && cmake --build --preset windows-clang-release cmake --preset linux-gcc-release && cmake --build --preset linux-gcc-release cmake --preset linux-clang-release && cmake --build --preset linux-clang-release cmake --preset linux-intel-release && cmake --build --preset linux-intel-releaseKubo Takehiro (funchook)
This project is licensed under the MIT License - see the LICENSE file for details.

